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

Begin_updateC2DMRegistrationId() 공개 메소드

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