Otter SDK Reference
Version:

RemoteCollectConfigAsync(IRemoteOperationExecutionContext context) Method

Collects the configuration remotely.

Syntax

protected abstract Task<TConfig> RemoteCollectConfigAsync(IRemoteOperationExecutionContext context)

Parameters

context
Type: IRemoteOperationExecutionContext

The remote execution context.

Returns

The collected configuration.