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