iControl.NetworkingiSessionPeerDiscovery.Beginget_discovery_mode C# (CSharp) Method

Beginget_discovery_mode() public method

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