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

EndDeleteSnapshotSchedule() 공개 메소드

Finishes the asynchronous execution of the DeleteSnapshotSchedule operation.
public EndDeleteSnapshotSchedule ( IAsyncResult asyncResult ) : DeleteSnapshotScheduleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteSnapshotSchedule.
리턴 DeleteSnapshotScheduleResponse
        public  DeleteSnapshotScheduleResponse EndDeleteSnapshotSchedule(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteSnapshotScheduleResponse>(asyncResult);
        }
AmazonStorageGatewayClient