LineSharp.Datatypes.TalkService.Client.send_updateNotificationTokenWithBytes C# (CSharp) 메소드

send_updateNotificationTokenWithBytes() 공개 메소드

public send_updateNotificationTokenWithBytes ( AsyncCallback callback, object state, NotificationType type, byte token ) : IAsyncResult
callback AsyncCallback
state object
type NotificationType
token byte
리턴 IAsyncResult
      public IAsyncResult send_updateNotificationTokenWithBytes(AsyncCallback callback, object state, NotificationType type, byte[] token)
      #else

Same methods

TalkService.Client::send_updateNotificationTokenWithBytes ( NotificationType type, byte token ) : void
TalkService.Client