AgentContext.IsRemote Property

Definition

Gets a value that indicates whether this agent context is executed remotely.

public:
 property bool IsRemote { bool get(); };
public bool IsRemote { get; }
member this.IsRemote : bool
Public ReadOnly Property IsRemote As Boolean

Property Value

true if this agent context is executed remotely; otherwise, false.

Applies to