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;
        }