Amazon.Snowball.AmazonSnowballClient.EndCreateAddress C# (CSharp) Method

EndCreateAddress() public method

Finishes the asynchronous execution of the CreateAddress operation.
public EndCreateAddress ( IAsyncResult asyncResult ) : CreateAddressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateAddress.
return Amazon.Snowball.Model.CreateAddressResponse
        public  CreateAddressResponse EndCreateAddress(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateAddressResponse>(asyncResult);
        }