EndJoin() static private method

static private EndJoin ( IAsyncResult result ) : LidgrenSession
result IAsyncResult
return LidgrenSession
 private void OnLidgrenSessionJoined(IAsyncResult ar)
 {
     CurrentSession = LidgrenSession.EndJoin(ar);
     OnSessionJoined();
 }