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
Exception | Condition |
---|---|
ArgumentNullException | Either owner or
workingSession are nullNothingnullptr. |
InvalidOperationException | owner can not end
workingSession. |