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

EndUpdateSnapshotSchedule() public method

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