iControl.ManagementSNMPConfiguration.Endget_check_disk C# (CSharp) Method

Endget_check_disk() public method

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