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

EndUpdateGatewaySoftwareNow() 공개 메소드

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