CallbackMethodBehavior
7/14/25Less than 1 minute
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 |

