BuildMaster SDK Reference
Version:

AfterRemoteExecuteAsync(object result) Method

Invoked on the BuildMaster server after RemoteExecuteAsync(IRemoteOperationExecutionContext context) is called remotely.

Syntax

protected virtual System.Threading.Tasks.Task AfterRemoteExecuteAsync(object result)

Parameters

result
Type: object

The value returned from RemoteExecuteAsync(IRemoteOperationExecutionContext context).