DisassociateAddressAsync Method
Disassociates the elastic IP specified by PublicIp.
Syntax
[VB.NET] Public Function DisassociateAddressAsync(ByVal PublicIp As String) As Task
[C#] public Task DisassociateAddressAsync(string publicIp);
Amazon Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DisassociateAddressAsync MethodDisassociates the elastic IP specified by PublicIp. Syntax[VB.NET] Public Function DisassociateAddressAsync(ByVal PublicIp As String) As Task [C#] public Task DisassociateAddressAsync(string publicIp); RemarksThis method is the asynchronous version of the DisassociateAddress method and is used to support asynchronous operations in WinRT. Please refer to DisassociateAddress for more information. |
||