HostLog(String) Constructor |
Initializes a new instance of the
HostLog class
Namespace: Scanjour.Workflow4.CommonAssembly: Scanjour.Workflow4.Common (in Scanjour.Workflow4.Common.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic HostLog(
string host
)
Public Sub New (
host As String
)
public:
HostLog(
String^ host
)
new :
host : string -> HostLog
Parameters
- host String
[Missing <param name="host"/> documentation for "M:Scanjour.Workflow4.Common.HostLog.#ctor(System.String)"]
See Also