iControl.ManagementSNMPConfiguration.Endget_check_file C# (CSharp) Method

Endget_check_file() public method

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