Urho 1.0.0.0 System.Object Encapsulates the subscription to an event, the main use it to stop event delivery by unsubscribing. Instances of Subscription are returned from the various Subscribe methods exposed by the UrhoObject class.   When you want to stop receiving notifications for a subscription, invoke the  method. Method 1.0.0.0 System.Void Unsubscribes from receiving notifications.