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

EndUpdateGatewayInformation() public method

Finishes the asynchronous execution of the UpdateGatewayInformation operation.
public EndUpdateGatewayInformation ( IAsyncResult asyncResult ) : UpdateGatewayInformationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateGatewayInformation.
return UpdateGatewayInformationResponse
        public  UpdateGatewayInformationResponse EndUpdateGatewayInformation(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateGatewayInformationResponse>(asyncResult);
        }
AmazonStorageGatewayClient