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

send_updateSettingsAttribute() 공개 메소드

public send_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 send_updateSettingsAttribute(AsyncCallback callback, object state, int reqSeq, SettingsAttribute attr, string value)
      #else

Same methods

TalkService.Client::send_updateSettingsAttribute ( int reqSeq, SettingsAttribute attr, string value ) : void
TalkService.Client