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

send_storeUpdateProfileAttribute() public method

public send_storeUpdateProfileAttribute ( AsyncCallback callback, object state, int seq, ProfileAttribute profileAttribute, string value ) : IAsyncResult
callback AsyncCallback
state object
seq int
profileAttribute ProfileAttribute
value string
return IAsyncResult
      public IAsyncResult send_storeUpdateProfileAttribute(AsyncCallback callback, object state, int seq, ProfileAttribute profileAttribute, string value)
      #else

Same methods

TalkService.Client::send_storeUpdateProfileAttribute ( int seq, ProfileAttribute profileAttribute, string value ) : void
TalkService.Client