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

BeforeWorkingSessionEnd Method (owner, workingSession)
Called before that workingSession has been disposed.

Assembly: Epic.Core

Declaration Syntax
C#
protected abstract void BeforeWorkingSessionEnd(
	IPrincipal owner,
	WorkingSessionBase workingSession
)
Parameters
owner (IPrincipal)
The owner.
workingSession (WorkingSessionBase)
The working session to end.
Exceptions
ExceptionCondition
InvalidOperationExceptionowner can not end workingSession.
blog comments powered by Disqus