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

EndDescribeGatewayInformation() 공개 메소드

Finishes the asynchronous execution of the DescribeGatewayInformation operation.
public EndDescribeGatewayInformation ( IAsyncResult asyncResult ) : DescribeGatewayInformationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeGatewayInformation.
리턴 DescribeGatewayInformationResponse
        public  DescribeGatewayInformationResponse EndDescribeGatewayInformation(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeGatewayInformationResponse>(asyncResult);
        }
AmazonStorageGatewayClient