Activate property
Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtSyncNotificationImpl> this_ptr)> >
Activate
getter/setter pair
\brief Called by ORT to activate the notification.
\paramin this_ptr Pointer to the OrtSyncNotificationImpl instance.
\since Version 1.23.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
OrtStatusPtr Function(ffi.Pointer<OrtSyncNotificationImpl> this_ptr)
>
>
Activate;