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

send_findAndAddContactsByEmail() public method

public send_findAndAddContactsByEmail ( AsyncCallback callback, object state, int reqSeq, THashSet emails ) : IAsyncResult
callback AsyncCallback
state object
reqSeq int
emails THashSet
return IAsyncResult
      public IAsyncResult send_findAndAddContactsByEmail(AsyncCallback callback, object state, int reqSeq, THashSet<string> emails)
      #else

Same methods

TalkService.Client::send_findAndAddContactsByEmail ( int reqSeq, THashSet emails ) : void
TalkService.Client