iControl.ManagementSNMPConfiguration.Endget_system_information C# (CSharp) Method

Endget_system_information() public method

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