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

EndDeleteSnapshotSchedule() public method

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