Initializes a new instance of the OpenCaseScope class
Namespace: WorkZone.Dispatcher.Base
Assembly: WorkZone.Dispatcher.Base_19.1.6.0 (in WorkZone.Dispatcher.Base_19.1.6.0.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
public OpenCaseScope( string caseId, Func<ODataService> context, string updateUserUsedForLocking = "SJPROCESSUSER" )
Parameters
- caseId
- Type: SystemString
[Missing <param name="caseId"/> documentation for "M:WorkZone.Dispatcher.Base.OpenCaseScope.#ctor(System.String,System.Func{Scanjour.Process.OData.Client.Proxy.ODataService},System.String)"]
- context
- Type: SystemFuncODataService
[Missing <param name="context"/> documentation for "M:WorkZone.Dispatcher.Base.OpenCaseScope.#ctor(System.String,System.Func{Scanjour.Process.OData.Client.Proxy.ODataService},System.String)"]
- updateUserUsedForLocking (Optional)
- Type: SystemString
[Missing <param name="updateUserUsedForLocking"/> documentation for "M:WorkZone.Dispatcher.Base.OpenCaseScope.#ctor(System.String,System.Func{Scanjour.Process.OData.Client.Proxy.ODataService},System.String)"]
See Also