iControl.ManagementSNMPConfiguration.get_check_disk C# (CSharp) Method

get_check_disk() private method

private get_check_disk ( ) : ManagementSNMPConfigurationDiskCheckInformation[]
return ManagementSNMPConfigurationDiskCheckInformation[]
        public ManagementSNMPConfigurationDiskCheckInformation[] get_check_disk(

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