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

Endget_exec_fix() 공개 메소드

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