ReleaseAddressAsync Method
Releases an elastic IP address associated with your account.
Syntax
[VB.NET] Public Function ReleaseAddressAsync(ByVal PublicIp As String) As Task
[C#] public Task ReleaseAddressAsync(string publicIp);
Amazon Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ReleaseAddressAsync MethodReleases an elastic IP address associated with your account. Syntax[VB.NET] Public Function ReleaseAddressAsync(ByVal PublicIp As String) As Task [C#] public Task ReleaseAddressAsync(string publicIp); RemarksThis method is the asynchronous version of the ReleaseAddress method and is used to support asynchronous operations in WinRT. Please refer to ReleaseAddress for more information. |
||