Fork me on GitHubEpicdominant domains
APIEpic.OrganizationWorkingSessionBaseWorkingSessionBase(String, IPrincipal)

WorkingSessionBase Constructor (identifier, owner)
Initializes a new instance of the WorkingSessionBase class.

Assembly: Epic.Core

Declaration Syntax
C#
protected WorkingSessionBase(
	string identifier,
	IPrincipal owner
)
Parameters
identifier (String)
Session identifier (must be unique in the organization enterprise).
owner (IPrincipal)
Working session's owner.
Exceptions
ExceptionCondition
ArgumentNullException Is thrown when identifier is nullNothingnullptr or Empty.
ArgumentNullException Is thrown when owner is nullNothingnullptr.
blog comments powered by Disqus