LineSharp.Datatypes.TalkService.Client.send_updateNotificationTokenWithBytes C# (CSharp) Method

send_updateNotificationTokenWithBytes() public method

public send_updateNotificationTokenWithBytes ( AsyncCallback callback, object state, NotificationType type, byte token ) : IAsyncResult
callback AsyncCallback
state object
type NotificationType
token byte
return 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