Edit

TaskAgentHttpClientBase.ShareVariableGroupWithProjectAsync Method

Definition

[Preview API]

public virtual System.Threading.Tasks.Task ShareVariableGroupWithProjectAsync(int groupId, string fromProject, string withProject, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member ShareVariableGroupWithProjectAsync : int * string * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.ShareVariableGroupWithProjectAsync : int * string * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task

Parameters

groupId
Int32
fromProject
String
withProject
String
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to