Release property

Pointer<NativeFunction<Void Function(Pointer<OrtSyncNotificationImpl> this_ptr)>> Release
getter/setter pair

\brief Release the OrtSyncNotificationImpl instance.

This is called by ORT when the OrtSyncNotificationImpl instance is no longer needed. The implementation should release any resources held by the instance.

\paramin this_ptr Pointer to the OrtSyncNotificationImpl instance.

\since Version 1.23.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Void Function(ffi.Pointer<OrtSyncNotificationImpl> this_ptr)
  >
>
Release;