public static bool LockCase(
Uri uri,
string caseId,
Guid instanceId,
string updateUserUsedForLocking = "SJPROCESSUSER",
OpenCaseScopeLockType lockType = OpenCaseScopeLockType.Instance,
Action<string> logger = null
)
Public Shared Function LockCase (
uri As Uri,
caseId As String,
instanceId As Guid,
Optional updateUserUsedForLocking As String = "SJPROCESSUSER",
Optional lockType As OpenCaseScopeLockType = OpenCaseScopeLockType.Instance,
Optional logger As Action(Of String) = Nothing
) As Boolean
public:
static bool LockCase(
Uri^ uri,
String^ caseId,
Guid instanceId,
String^ updateUserUsedForLocking = L"SJPROCESSUSER",
OpenCaseScopeLockType lockType = OpenCaseScopeLockType::Instance,
Action<String^>^ logger = nullptr
)
static member LockCase :
uri : Uri *
caseId : string *
instanceId : Guid *
?updateUserUsedForLocking : string *
?lockType : OpenCaseScopeLockType *
?logger : Action<string>
(* Defaults:
let _updateUserUsedForLocking = defaultArg updateUserUsedForLocking "SJPROCESSUSER"
let _lockType = defaultArg lockType OpenCaseScopeLockType.Instance
let _logger = defaultArg logger null
*)
-> bool
[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.OpenCaseScope.LockCase(System.Uri,System.String,System.Guid,System.String,Scanjour.Workflow4.ActivityLibrary.OpenCaseScope.LockType,System.Action{System.String})"]