iControl.NetworkingMulticastRoute.Beginget_multicast_route_for_group C# (CSharp) Method

Beginget_multicast_route_for_group() public method

public Beginget_multicast_route_for_group ( string group_addresses, System callback, object asyncState ) : System.IAsyncResult
group_addresses string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_multicast_route_for_group(string [] group_addresses, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_multicast_route_for_group", new object[] {
            group_addresses}, callback, asyncState);
        }