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
Exception | Condition |
---|---|
InvalidOperationException | owner can not end
workingSession. |