Fork me on GitHubEpicdominant domains
APIEpicIOrganizationEndWorkingSession(IPrincipal, IWorkingSession)

EndWorkingSession Method (owner, workingSession)
Ends the working session.

Assembly: Epic.Core

Declaration Syntax
C#
void EndWorkingSession(
	IPrincipal owner,
	IWorkingSession workingSession
)
Parameters
owner (IPrincipal)
The owner.
workingSession (IWorkingSession)
The working session to end.
Exceptions
ExceptionCondition
ArgumentNullExceptionEither owner or workingSession are nullNothingnullptr.
InvalidOperationExceptionowner can not end workingSession.
blog comments powered by Disqus