public PartyIdentifier(
string token,
bool throwError = true
)
Public Sub New (
token As String,
Optional throwError As Boolean = true
)
public:
PartyIdentifier(
String^ token,
bool throwError = true
)
new :
token : string *
?throwError : bool
(* Defaults:
let _throwError = defaultArg throwError true
*)
-> PartyIdentifier
[Missing <param name="token"/> documentation for "M:WorkZone.Dispatcher.Base.PartyIdentifier.#ctor(System.String,System.Boolean)"]
[Missing <param name="throwError"/> documentation for "M:WorkZone.Dispatcher.Base.PartyIdentifier.#ctor(System.String,System.Boolean)"]