LineSharp.Datatypes.TalkService.Client.Begin_updateSettingsAttributes C# (CSharp) Méthode

Begin_updateSettingsAttributes() public méthode

public Begin_updateSettingsAttributes ( AsyncCallback callback, object state, int reqSeq, int attrBitset, Settings settings ) : IAsyncResult
callback AsyncCallback
state object
reqSeq int
attrBitset int
settings Settings
Résultat 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