Udostępnij przez


Subscription.SubscriptionCancelWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.ICanceledSubscriptionId> SubscriptionCancelWithResult(string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.ISendAsync sender);
member this.SubscriptionCancelWithResult : string * Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.ICanceledSubscriptionId>
Public Function SubscriptionCancelWithResult (subscriptionId As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ICanceledSubscriptionId)

Parameters

subscriptionId
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to