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

End_getAcceptedProximityMatches() public method

public End_getAcceptedProximityMatches ( IAsyncResult asyncResult ) : THashSet
asyncResult IAsyncResult
return THashSet
      public THashSet<string> End_getAcceptedProximityMatches(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_getAcceptedProximityMatches();
      }
TalkService.Client