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

send_updateSettingsAttributes() public method

public send_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 send_updateSettingsAttributes(AsyncCallback callback, object state, int reqSeq, int attrBitset, Settings settings)
      #else

Same methods

TalkService.Client::send_updateSettingsAttributes ( int reqSeq, int attrBitset, Settings settings ) : void
TalkService.Client