A user working session. It can be created or disposed by IOrganization
Assembly: Epic.Core
Declaration Syntax
C# |
public interface IWorkingSession
Members
All Members | Methods | Properties | |||
Member | Description | |
---|---|---|
Achieve<(Of <<'(TRole>)>>)(TRole%) |
Achieve the specified role.
| |
CanAchieve<(Of <<'(TRole>)>>)()()()() |
Indicates whether the owner can achieve the specified role.
| |
Identifier |
Unique identifier of the working session.
| |
Leave<(Of <<'(TRole>)>>)(TRole%) |
Leave the specified role.
After calling this method, your role will be disposed
and the reference to role will be set to nullNothingnullptr.
| |
Owner |
Owner of the working session. Will be Empty when anonymous.
|