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

Endget_pass_through_persist() 공개 메소드

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