iControl.NetworkingiSessionPeerDiscovery.Beginset_max_peer_count C# (CSharp) Method

Beginset_max_peer_count() public method

public Beginset_max_peer_count ( long dynpeerlist, short max_peers, System callback, object asyncState ) : System.IAsyncResult
dynpeerlist long
max_peers short
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_max_peer_count(long [] dynpeerlist,short [] max_peers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_max_peer_count", new object[] {
            dynpeerlist,
            max_peers}, callback, asyncState);
        }
NetworkingiSessionPeerDiscovery