BF2Statistics.Gamespy.GpcmClient.Stream_OnDisconnect C# (CSharp) Метод

Stream_OnDisconnect() приватный Метод

Event fired when the stream disconnects. Even though its 1 line, we un-register it at one point, so it needs to be here
private Stream_OnDisconnect ( ) : void
Результат void
        private void Stream_OnDisconnect()
        {
            Disconnect(8);
        }