Table of Contents

Method RequestCancelSubscription

Namespace
Tooq.Tech.FH.ClientLib
Assembly
Tooq.Tech.FH.ClientLib.dll

RequestCancelSubscription(Guid, TimeSpan?)

Cancel a subscription.

public (bool, RequestCancelSubscriptionResponse) RequestCancelSubscription(Guid subscriptionId, TimeSpan? timeout = null)

Parameters

subscriptionId Guid

The 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