iControl.ManagementSNMPConfiguration.get_check_disk C# (CSharp) Méthode

get_check_disk() private méthode

private get_check_disk ( ) : ManagementSNMPConfigurationDiskCheckInformation[]
Résultat ManagementSNMPConfigurationDiskCheckInformation[]
        public ManagementSNMPConfigurationDiskCheckInformation[] get_check_disk(

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