RemoteCollectConfigAsync(IRemoteOperationCollectionContext context) Method
Collects the configuration remotely.
Syntax
protected
abstract
Task
<TConfig> RemoteCollectConfigAsync(
IRemoteOperationCollectionContext
context)
Parameters
context
Type:
IRemoteOperationCollectionContext
The remote execution context.
Returns
The collected configuration.