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

EndUpdateGatewaySoftwareNow() public method

Finishes the asynchronous execution of the UpdateGatewaySoftwareNow operation.
public EndUpdateGatewaySoftwareNow ( IAsyncResult asyncResult ) : UpdateGatewaySoftwareNowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateGatewaySoftwareNow.
return UpdateGatewaySoftwareNowResponse
        public  UpdateGatewaySoftwareNowResponse EndUpdateGatewaySoftwareNow(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateGatewaySoftwareNowResponse>(asyncResult);
        }
AmazonStorageGatewayClient