Amazon.StorageGateway.AmazonStorageGatewayClient.EndShutdownGateway C# (CSharp) 메소드

EndShutdownGateway() 공개 메소드

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