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

send_inviteIntoGroup() public method

public send_inviteIntoGroup ( AsyncCallback callback, object state, int reqSeq, string groupId, List contactIds ) : IAsyncResult
callback AsyncCallback
state object
reqSeq int
groupId string
contactIds List
return IAsyncResult
      public IAsyncResult send_inviteIntoGroup(AsyncCallback callback, object state, int reqSeq, string groupId, List<string> contactIds)
      #else

Same methods

TalkService.Client::send_inviteIntoGroup ( int reqSeq, string groupId, List contactIds ) : void
TalkService.Client