PartyIdentifier Constructor

Initializes a new instance of the PartyIdentifier class

Definition

Namespace: WorkZone.Dispatcher.Base
Assembly: WorkZone.Dispatcher.Base_24.4.0.0 (in WorkZone.Dispatcher.Base_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public PartyIdentifier(
	string token,
	bool throwError = true
)

Parameters

token  String

[Missing <param name="token"/> documentation for "M:WorkZone.Dispatcher.Base.PartyIdentifier.#ctor(System.String,System.Boolean)"]

throwError  Boolean  (Optional)

[Missing <param name="throwError"/> documentation for "M:WorkZone.Dispatcher.Base.PartyIdentifier.#ctor(System.String,System.Boolean)"]

See Also