Fork me on GitHubEpicdominant domains
APIEpicIOrganizationStartWorkingSession(IPrincipal, IWorkingSession%)

StartWorkingSession Method (owner, workingSession)
Starts a new working session.

Assembly: Epic.Core

Declaration Syntax
C#
void StartWorkingSession(
	IPrincipal owner,
	out IWorkingSession workingSession
)
Parameters
owner (IPrincipal)
Owner of the new session.
workingSession (IWorkingSession%)
The new working session.
Exceptions
ExceptionCondition
ArgumentNullExceptionowner is nullNothingnullptr.
InvalidOperationExceptionowner can not create a new IWorkingSession.
blog comments powered by Disqus