iControl.ManagementSNMPConfiguration.Endget_readwrite_user C# (CSharp) Метод

Endget_readwrite_user() публичный Метод

public Endget_readwrite_user ( System asyncResult ) : ManagementSNMPConfigurationWrapperUserInformation[]
asyncResult System
Результат ManagementSNMPConfigurationWrapperUserInformation[]
        public ManagementSNMPConfigurationWrapperUserInformation[] Endget_readwrite_user(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((ManagementSNMPConfigurationWrapperUserInformation [])(results[0]));
        }
ManagementSNMPConfiguration