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

End_getGroupIdsJoined() public method

public End_getGroupIdsJoined ( IAsyncResult asyncResult ) : List
asyncResult IAsyncResult
return List
      public List<string> End_getGroupIdsJoined(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_getGroupIdsJoined();
      }
TalkService.Client