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

send_findContactsByPhone() public method

public send_findContactsByPhone ( AsyncCallback callback, object state, THashSet phones ) : IAsyncResult
callback AsyncCallback
state object
phones THashSet
return IAsyncResult
      public IAsyncResult send_findContactsByPhone(AsyncCallback callback, object state, THashSet<string> phones)
      #else

Same methods

TalkService.Client::send_findContactsByPhone ( THashSet phones ) : void
TalkService.Client