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

EndStartGateway() public method

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