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

Begin_updateSettingsAttribute() 공개 메소드

public Begin_updateSettingsAttribute ( AsyncCallback callback, object state, int reqSeq, SettingsAttribute attr, string value ) : IAsyncResult
callback AsyncCallback
state object
reqSeq int
attr SettingsAttribute
value string
리턴 IAsyncResult
      public IAsyncResult Begin_updateSettingsAttribute(AsyncCallback callback, object state, int reqSeq, SettingsAttribute attr, string value)
      {
        return send_updateSettingsAttribute(callback, state, reqSeq, attr, value);
      }
TalkService.Client