private static void UnsetNotificationCallback() { var ret = NativeApi.UnsetNotificationCb(); if (ret != NativeApi.InspectionError.None) { throw ExceptionFactory.CreateException(ret); } }
private static void UnsetNotificationCallback() { NativeApi.UnsetNotificationCb(); }