iControl.LocalLBLSNPool.set_route_advertisement_state C# (CSharp) Method

set_route_advertisement_state() private method

private set_route_advertisement_state ( string pools, CommonEnabledState states ) : void
pools string
states CommonEnabledState
return void
        public void set_route_advertisement_state(
		string [] pools,
		CommonEnabledState [] states
	)
        {
            this.Invoke("set_route_advertisement_state", new object [] {
                pools,
                states});
        }
LocalLBLSNPool