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

EndUpdateSnapshotSchedule() 공개 메소드

Finishes the asynchronous execution of the UpdateSnapshotSchedule operation.
public EndUpdateSnapshotSchedule ( IAsyncResult asyncResult ) : UpdateSnapshotScheduleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateSnapshotSchedule.
리턴 UpdateSnapshotScheduleResponse
        public  UpdateSnapshotScheduleResponse EndUpdateSnapshotSchedule(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateSnapshotScheduleResponse>(asyncResult);
        }
AmazonStorageGatewayClient