OpenCaseScopeUnLockCase Method |
Unlocks the case.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static bool UnLockCase(
Uri uri,
string caseId,
Guid instanceId,
Action<string> logger = null,
string forceUpdateCode = null
)
Public Shared Function UnLockCase (
uri As Uri,
caseId As String,
instanceId As Guid,
Optional logger As Action(Of String) = Nothing,
Optional forceUpdateCode As String = Nothing
) As Boolean
public:
static bool UnLockCase(
Uri^ uri,
String^ caseId,
Guid instanceId,
Action<String^>^ logger = nullptr,
String^ forceUpdateCode = nullptr
)
static member UnLockCase :
uri : Uri *
caseId : string *
instanceId : Guid *
?logger : Action<string> *
?forceUpdateCode : string
(* Defaults:
let _logger = defaultArg logger null
let _forceUpdateCode = defaultArg forceUpdateCode null
*)
-> bool
Parameters
- uri Uri
- The URI.
- caseId String
- The case identifier.
- instanceId Guid
- The instance identifier.
- logger ActionString (Optional)
- The logger.
- forceUpdateCode String (Optional)
- The force update code.
Return Value
Boolean[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.OpenCaseScope.UnLockCase(System.Uri,System.String,System.Guid,System.Action{System.String},System.String)"]
See Also