WorkZoneMessageStorage Constructor |
Creates an instance of the class from the specified arguments.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcessAssembly: 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 WorkZoneMessageStorage(
string partyRole,
string documentType,
string source,
Uri oDataUri,
IActivityLogger logger,
string updateUserForLocking = "SJPROCESSUSER"
)
Public Sub New (
partyRole As String,
documentType As String,
source As String,
oDataUri As Uri,
logger As IActivityLogger,
Optional updateUserForLocking As String = "SJPROCESSUSER"
)
public:
WorkZoneMessageStorage(
String^ partyRole,
String^ documentType,
String^ source,
Uri^ oDataUri,
IActivityLogger^ logger,
String^ updateUserForLocking = L"SJPROCESSUSER"
)
new :
partyRole : string *
documentType : string *
source : string *
oDataUri : Uri *
logger : IActivityLogger *
?updateUserForLocking : string
(* Defaults:
let _updateUserForLocking = defaultArg updateUserForLocking "SJPROCESSUSER"
*)
-> WorkZoneMessageStorage
Parameters
- partyRole String
- The role by which the sender addresses ([!:StoreMessage(Message, string, string, IEnumerable<Address>, int?)])
will be associated with the message records.
- documentType String
- The document type that the created message records will be given.
- source String
- The source that the created message records will be given.
- oDataUri Uri
- To provide access to the WorkZone database.
- logger IActivityLogger
- Logger into which the class writes entries.
- updateUserForLocking String (Optional)
- The user used to lock the case.
See Also