Class CloudServicesUnitySettings
Inheritance
System.Object
CloudServicesUnitySettings
Assembly: cs.temp.dll.dll
Syntax
public class CloudServicesUnitySettings : NativeFeatureUnitySettingsBase
Constructors
CloudServicesUnitySettings(Boolean, Boolean, Int32)
Declaration
public CloudServicesUnitySettings(bool enabled = true, bool synchronizeOnLoad = false, int syncInterval = 60)
Parameters
Type |
Name |
Description |
System.Boolean |
enabled |
|
System.Boolean |
synchronizeOnLoad |
|
System.Int32 |
syncInterval |
|
Properties
SynchronizeOnLoad
Declaration
public bool SynchronizeOnLoad { get; }
Property Value
Type |
Description |
System.Boolean |
|
SyncInterval
Declaration
public int SyncInterval { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
GetFeatureName()
Declaration
protected override string GetFeatureName()
Returns
Type |
Description |
System.String |
|