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

Endget_readwrite_community() 공개 메소드

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