CaseActivityHost Constructor |
Namespace: Scanjour.Workflow4.CaseActivityHostAssembly: Scanjour.Workflow4.CaseActivityHost (in Scanjour.Workflow4.CaseActivityHost.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic CaseActivityHost(
string serverNamePostfix = null
)
Public Sub New (
Optional serverNamePostfix As String = Nothing
)
public:
CaseActivityHost(
String^ serverNamePostfix = nullptr
)
new :
?serverNamePostfix : string
(* Defaults:
let _serverNamePostfix = defaultArg serverNamePostfix null
*)
-> CaseActivityHost
Parameters
- serverNamePostfix String (Optional)
[Missing <param name="serverNamePostfix"/> documentation for "M:Scanjour.Workflow4.CaseActivityHost.CaseActivityHost.#ctor(System.String)"]
See Also