iControl.LocalLBProfileSPM.remove_unknown_subscriber_policy C# (CSharp) Method

remove_unknown_subscriber_policy() private method

private remove_unknown_subscriber_policy ( string profile_names, string policies ) : void
profile_names string
policies string
return void
        public void remove_unknown_subscriber_policy(
		string [] profile_names,
		string [] [] policies
	)
        {
            this.Invoke("remove_unknown_subscriber_policy", new object [] {
                profile_names,
                policies});
        }
LocalLBProfileSPM