LINE.Datatypes.TalkService.Client.Begin_updateSettingsAttribute C# (CSharp) Method

Begin_updateSettingsAttribute() public method

public Begin_updateSettingsAttribute ( AsyncCallback callback, object state, int reqSeq, SettingsAttribute attr, string value ) : IAsyncResult
callback AsyncCallback
state object
reqSeq int
attr SettingsAttribute
value string
return 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