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

EndShutdownGateway() public method

Finishes the asynchronous execution of the ShutdownGateway operation.
public EndShutdownGateway ( IAsyncResult asyncResult ) : ShutdownGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginShutdownGateway.
return ShutdownGatewayResponse
        public  ShutdownGatewayResponse EndShutdownGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<ShutdownGatewayResponse>(asyncResult);
        }
AmazonStorageGatewayClient