iControl.ManagementSNMPConfiguration.Endget_check_process C# (CSharp) 메소드

Endget_check_process() 공개 메소드

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