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

EndUpdateMaintenanceStartTime() 공개 메소드

Finishes the asynchronous execution of the UpdateMaintenanceStartTime operation.
public EndUpdateMaintenanceStartTime ( IAsyncResult asyncResult ) : UpdateMaintenanceStartTimeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateMaintenanceStartTime.
리턴 UpdateMaintenanceStartTimeResponse
        public  UpdateMaintenanceStartTimeResponse EndUpdateMaintenanceStartTime(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateMaintenanceStartTimeResponse>(asyncResult);
        }
AmazonStorageGatewayClient