Fork me on GitHubEpicdominant domains
APIEpic.OrganizationOrganizationBaseStartWorkingSession(IPrincipal, WorkingSessionBase%)

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

Assembly: Epic.Core

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