iControl.ManagementSNMPConfiguration.get_check_file C# (CSharp) Method

get_check_file() private method

private get_check_file ( ) : ManagementSNMPConfigurationFileCheckInformation[]
return ManagementSNMPConfigurationFileCheckInformation[]
        public ManagementSNMPConfigurationFileCheckInformation[] get_check_file(

	)
        {
            object [] results = this.Invoke("get_check_file", new object [0]);
            return ((ManagementSNMPConfigurationFileCheckInformation [])(results[0]));
        }
ManagementSNMPConfiguration