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

EndStartGateway() 공개 메소드

Finishes the asynchronous execution of the StartGateway operation.
public EndStartGateway ( IAsyncResult asyncResult ) : StartGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartGateway.
리턴 StartGatewayResponse
        public  StartGatewayResponse EndStartGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<StartGatewayResponse>(asyncResult);
        }
AmazonStorageGatewayClient