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

Begin_updateNotificationToken() public method

public Begin_updateNotificationToken ( AsyncCallback callback, object state, NotificationType type, string token ) : IAsyncResult
callback AsyncCallback
state object
type NotificationType
token string
return IAsyncResult
      public IAsyncResult Begin_updateNotificationToken(AsyncCallback callback, object state, NotificationType type, string token)
      {
        return send_updateNotificationToken(callback, state, type, token);
      }
TalkService.Client