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

Begin_updateSettingsAttributes() public method

public Begin_updateSettingsAttributes ( AsyncCallback callback, object state, int reqSeq, int attrBitset, Settings settings ) : IAsyncResult
callback AsyncCallback
state object
reqSeq int
attrBitset int
settings Settings
return IAsyncResult
      public IAsyncResult Begin_updateSettingsAttributes(AsyncCallback callback, object state, int reqSeq, int attrBitset, Settings settings)
      {
        return send_updateSettingsAttributes(callback, state, reqSeq, attrBitset, settings);
      }
TalkService.Client