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

Begin_updateC2DMRegistrationId() public method

public Begin_updateC2DMRegistrationId ( AsyncCallback callback, object state, string registrationId ) : IAsyncResult
callback AsyncCallback
state object
registrationId string
return IAsyncResult
      public IAsyncResult Begin_updateC2DMRegistrationId(AsyncCallback callback, object state, string registrationId)
      {
        return send_updateC2DMRegistrationId(callback, state, registrationId);
      }
TalkService.Client