CmisSync.Lib.Utils.SetUserNotificationListener C# (CSharp) Метод

SetUserNotificationListener() публичный статический Метод

Register the component which will receive notifications intended for the end-user.
public static SetUserNotificationListener ( UserNotificationListener listener ) : void
listener UserNotificationListener
Результат void
        public static void SetUserNotificationListener(UserNotificationListener listener)
        {
            userNotificationListener = listener;
        }