IsSubscription Method
IsSubscription(Guid)
Checks the subscription that exists and runs by given id.
Declaration
bool IsSubscription(Guid subscriptionId)
Parameters
| Guid | subscriptionId | Subscription id to check.  | 
    
Returns
| bool | True, if subscription is existing and running; otherwise false.  |