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

Endget_check_process() public méthode

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