iControl.ManagementSNMPConfiguration.Endget_check_process C# (CSharp) Method

Endget_check_process() public method

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