Amazon.StorageGateway.AmazonStorageGatewayClient.EndDisableGateway C# (CSharp) Method

EndDisableGateway() public method

Finishes the asynchronous execution of the DisableGateway operation.
public EndDisableGateway ( IAsyncResult asyncResult ) : DisableGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisableGateway.
return DisableGatewayResponse
        public  DisableGatewayResponse EndDisableGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<DisableGatewayResponse>(asyncResult);
        }
AmazonStorageGatewayClient