iControl.NetworkingiSessionPeerDiscovery.Endget_max_peer_count C# (CSharp) Method

Endget_max_peer_count() public method

public Endget_max_peer_count ( System asyncResult ) : short[]
asyncResult System
return short[]
        public short[] Endget_max_peer_count(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((short [])(results[0]));
        }
NetworkingiSessionPeerDiscovery