iControl.ManagementDevice.Beginget_multicast_address C# (CSharp) Method

Beginget_multicast_address() public method

public Beginget_multicast_address ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_multicast_address(string [] devices, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_multicast_address", new object[] {
            devices}, callback, asyncState);
        }
ManagementDevice