Class TenantHandler
Inherited Members
BaseHandler.DownloadGenericFile(String, String, String, Boolean, Action<Byte[]>, DataTransferStatus)
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.Tenant
Assembly: Appearition.SDK.dll
Syntax
public class TenantHandler : BaseHandler
Methods
View SourceGetTenantSettings(Action<List<Setting>>, Action<EmsError>, Action<Boolean>)
Declaration
public static void GetTenantSettings(Action<List<Setting>> onSuccess = null, Action<EmsError> onFailure = null, Action<bool> onComplete = null)
Parameters
Type | Name | Description |
---|---|---|
System.Action<System.Collections.Generic.List<Setting>> | onSuccess | |
System.Action<EmsError> | onFailure | |
System.Action<System.Boolean> | onComplete |
GetTenantSettingsProcess(Action<List<Setting>>, Action<EmsError>, Action<Boolean>)
Declaration
public static IEnumerator GetTenantSettingsProcess(Action<List<Setting>> onSuccess = null, Action<EmsError> onFailure = null, Action<bool> onComplete = null)
Parameters
Type | Name | Description |
---|---|---|
System.Action<System.Collections.Generic.List<Setting>> | onSuccess | |
System.Action<EmsError> | onFailure | |
System.Action<System.Boolean> | onComplete |
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |