public OpenCaseScope(
string caseId,
Uri uri,
Guid instanceId,
string updateUserUsedForLocking = "SJPROCESSUSER",
Action<string> logger = null
)
Public Sub New (
caseId As String,
uri As Uri,
instanceId As Guid,
Optional updateUserUsedForLocking As String = "SJPROCESSUSER",
Optional logger As Action(Of String) = Nothing
)
public:
OpenCaseScope(
String^ caseId,
Uri^ uri,
Guid instanceId,
String^ updateUserUsedForLocking = L"SJPROCESSUSER",
Action<String^>^ logger = nullptr
)
new :
caseId : string *
uri : Uri *
instanceId : Guid *
?updateUserUsedForLocking : string *
?logger : Action<string>
(* Defaults:
let _updateUserUsedForLocking = defaultArg updateUserUsedForLocking "SJPROCESSUSER"
let _logger = defaultArg logger null
*)
-> OpenCaseScope
[Missing <param name="uri"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.OpenCaseScope.#ctor(System.String,System.Uri,System.Guid,System.String,System.Action{System.String})"]