iControl.ManagementSNMPConfiguration.Endget_check_file C# (CSharp) Метод

Endget_check_file() публичный Метод

public Endget_check_file ( System asyncResult ) : ManagementSNMPConfigurationFileCheckInformation[]
asyncResult System
Результат ManagementSNMPConfigurationFileCheckInformation[]
        public ManagementSNMPConfigurationFileCheckInformation[] Endget_check_file(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((ManagementSNMPConfigurationFileCheckInformation [])(results[0]));
        }
ManagementSNMPConfiguration