Fork me on GitHubEpicdominant domains
APIEpicIOrganizationAcquireWorkingSession(IPrincipal, String)

AcquireWorkingSession Method (owner, identifier)
Acquires an existing working session. Used to adopt a working session between different enterprises/appdomain.

Assembly: Epic.Core

Declaration Syntax
C#
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