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

AcquireWorkingSessionReal Method (owner, identifier)
Acquires the working session.

Assembly: Epic.Core

Declaration Syntax
C#
protected abstract WorkingSessionBase AcquireWorkingSessionReal(
	IPrincipal owner,
	string identifier
)
Parameters
owner (IPrincipal)
The owner. Will never be nullNothingnullptr.
identifier (String)
The working session identifier. Will never be nullNothingnullptr or empty.
Return Value
The working session.
Exceptions
ExceptionCondition
InvalidOperationExceptionowner can not acquire the IWorkingSession identified by identifier.
blog comments powered by Disqus