public 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
[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.OpenCaseScope.UnLockCase(System.Uri,System.String,System.Guid,System.Action{System.String},System.String)"]