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

AcquireWorkingSession Method (owner, identifier)
Acquires an existing working session. Template method.

Assembly: Epic.Core

Declaration Syntax
C#
public IWorkingSession AcquireWorkingSession(
	IPrincipal owner,
	string identifier
)
Parameters
owner (IPrincipal)
The owner.
identifier (String)
The working session identifier.
Return Value
The working session.
Exceptions
ExceptionCondition
ArgumentNullExceptionowner is nullNothingnullptr.
ArgumentNullExceptionidentifier is nullNothingnullptr or empty.
InvalidOperationExceptionowner can not acquire the IWorkingSession identified by identifier.
blog comments powered by Disqus