Share via


DeploymentAgentHandler.IsReusable Property

Definition

Gets a value indicating whether another request can use the current DeploymentAgentHandler instance.

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

Property Value

true if another request can use the current DeploymentAgentHandler instance, otherwise false.

Implements

Applies to