IStreamSubscriptionManager.RemoveSubscription 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
RemoveSubscription(String, StreamId, Guid) |
取消訂閱資料流程中的細微性。 |
RemoveSubscription(String, IStreamIdentity, Guid) |
RemoveSubscription(String, StreamId, Guid)
取消訂閱資料流程中的細微性。
public System.Threading.Tasks.Task RemoveSubscription (string streamProviderName, Orleans.Runtime.StreamId streamId, Guid subscriptionId);
abstract member RemoveSubscription : string * Orleans.Runtime.StreamId * Guid -> System.Threading.Tasks.Task
Public Function RemoveSubscription (streamProviderName As String, streamId As StreamId, subscriptionId As Guid) As Task
參數
- streamProviderName
- String
資料流程提供者的名稱。
- streamId
- StreamId
資料流識別碼。
- subscriptionId
- Guid
訂用帳戶識別碼。
傳回
, Task 表示作業。
適用於
RemoveSubscription(String, IStreamIdentity, Guid)
public System.Threading.Tasks.Task RemoveSubscription (string streamProviderName, Orleans.Streams.IStreamIdentity streamId, Guid subscriptionId);
abstract member RemoveSubscription : string * Orleans.Streams.IStreamIdentity * Guid -> System.Threading.Tasks.Task
Public Function RemoveSubscription (streamProviderName As String, streamId As IStreamIdentity, subscriptionId As Guid) As Task
參數
- streamProviderName
- String
- streamId
- IStreamIdentity
- subscriptionId
- Guid