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

Endget_check_disk() public méthode

public Endget_check_disk ( System asyncResult ) : ManagementSNMPConfigurationDiskCheckInformation[]
asyncResult System
Résultat ManagementSNMPConfigurationDiskCheckInformation[]
        public ManagementSNMPConfigurationDiskCheckInformation[] Endget_check_disk(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((ManagementSNMPConfigurationDiskCheckInformation [])(results[0]));
        }
ManagementSNMPConfiguration