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

send_updateProfileAttribute() public method

public send_updateProfileAttribute ( AsyncCallback callback, object state, int reqSeq, ProfileAttribute attr, string value ) : IAsyncResult
callback AsyncCallback
state object
reqSeq int
attr ProfileAttribute
value string
return IAsyncResult
      public IAsyncResult send_updateProfileAttribute(AsyncCallback callback, object state, int reqSeq, ProfileAttribute attr, string value)
      #else

Same methods

TalkService.Client::send_updateProfileAttribute ( int reqSeq, ProfileAttribute attr, string value ) : void
TalkService.Client