Class SetUserChannelAsCurrentProcess
Requires the user to be logged in. Finds the most appropriate channel based on a logged in user, and set it as the current channel in the current user on the AppearitionGate.
Inheritance
System.Object
SetUserChannelAsCurrentProcess
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Common
Assembly: Appearition.SDK.dll
Syntax
public class SetUserChannelAsCurrentProcess : ICommonProcess
Constructors
View SourceSetUserChannelAsCurrentProcess(Action<Int32>, Action<EmsError>, Action<Boolean>)
Declaration
public SetUserChannelAsCurrentProcess(Action<int> onSuccess = null, Action<EmsError> onFailure = null, Action<bool> onComplete = null)
Parameters
Type | Name | Description |
---|---|---|
System.Action<System.Int32> | onSuccess | |
System.Action<EmsError> | onFailure | |
System.Action<System.Boolean> | onComplete |
Methods
View SourceExecuteMainProcess()
Declaration
public IEnumerator ExecuteMainProcess()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |