Beispiel #1
0
 public LiveModel(Configuration config) : base(BindConstructorArguments(config), new Delete <LiveModel>(DeleteLiveModel))
 {
     this.managedCallback = new managed_callback_t(this.WrapStatusAndRaiseBackgroundError);
 }
Beispiel #2
0
 private static extern void LiveModelSetCallback(IntPtr liveModel, [MarshalAs(UnmanagedType.FunctionPtr)] managed_callback_t callback = null);