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

EndUpdateGatewayInformation() 공개 메소드

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