IRemoteCommand.ProxyTaskId Property

Definition

Retrieves the unique task identifier for the proxy task in a remote command job. The proxy task is the task that forwards the output and error streams from all of the nodes in a remote command to the client.

public int ProxyTaskId { get; }
member this.ProxyTaskId : int
Public ReadOnly Property ProxyTaskId As Integer

Property Value

An Int32 object that specifies the unique task identifier for the proxy task in a remote command job.

Applies to