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

send_commitUpdateProfile() public method

public send_commitUpdateProfile ( AsyncCallback callback, object state, int seq, List attrs, List receiverMids ) : IAsyncResult
callback AsyncCallback
state object
seq int
attrs List
receiverMids List
return IAsyncResult
      public IAsyncResult send_commitUpdateProfile(AsyncCallback callback, object state, int seq, List<ProfileAttribute> attrs, List<string> receiverMids)
      #else

Same methods

TalkService.Client::send_commitUpdateProfile ( int seq, List attrs, List receiverMids ) : void
TalkService.Client