Otter SDK Reference
Version:

RemoteExecuteAsync(IRemoteOperationExecutionContext context) Method

Runs the operation remotely.

Syntax

protected abstract Task<object> RemoteExecuteAsync(IRemoteOperationExecutionContext context)

Parameters

context
Type: IRemoteOperationExecutionContext

The remote execution context.

Returns

User-supplied return value. This may be null (Nothing in Visual Basic) and will only be used if the AfterRemoteExecuteAsync(object result) method is implemented.