LINE.Datatypes.TalkService.Client.Begin_findContactsByPhone C# (CSharp) Method

Begin_findContactsByPhone() public method

public Begin_findContactsByPhone ( AsyncCallback callback, object state, THashSet phones ) : IAsyncResult
callback AsyncCallback
state object
phones THashSet
return IAsyncResult
      public IAsyncResult Begin_findContactsByPhone(AsyncCallback callback, object state, THashSet<string> phones)
      {
        return send_findContactsByPhone(callback, state, phones);
      }
TalkService.Client