Method RequestCancelSubscription
RequestCancelSubscription(Guid, TimeSpan?)
Cancel a subscription.
public (bool, RequestCancelSubscriptionResponse) RequestCancelSubscription(Guid subscriptionId, TimeSpan? timeout = null)
Parameters
subscriptionId
GuidThe id of the subscription.
timeout
TimeSpan?Time limit after which the Request will be cancelled.
Returns
- (bool, RequestCancelSubscriptionResponse)
A tuple where the first element is a boolean indicating whether the call was successful or not (timeout) and the object RequestCancelSubscriptionResponse