BuildMaster SDK Reference
Version:

RemoteExecuteAsync(IRemoteOperationExecutionContext context) Method

Executes the operation. This method is called on the remote server.

Syntax

protected abstract Task<object> RemoteExecuteAsync(IRemoteOperationExecutionContext context)

Parameters

context
Type: IRemoteOperationExecutionContext

The remote 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.