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
Exception | Condition |
---|---|
InvalidOperationException | owner can not create a
new IWorkingSession. |