iControl.WebAcceleratorApplications.get_unmapped_state C# (CSharp) Method

get_unmapped_state() private method

private get_unmapped_state ( string applications ) : CommonEnabledState[]
applications string
return CommonEnabledState[]
        public CommonEnabledState[] get_unmapped_state(
		string [] applications
	)
        {
            object [] results = this.Invoke("get_unmapped_state", new object [] {
                applications});
            return ((CommonEnabledState [])(results[0]));
        }
WebAcceleratorApplications