namespace ML.SDK
Enum
CallbackMethodBehavior
namespace ML.SDK
{
enum CallbackMethodBehavior
}
Fields
Field | Description |
---|---|
InvokeOnlyForNetworkUpdate | The callback method only gets invoked for changes over the network. |
InvokeForAnyUpdate | The callback method invokes for any changes the variable, Local or Network |