iControl.ManagementSNMPConfiguration.Endget_pass_through C# (CSharp) Méthode

Endget_pass_through() public méthode

public Endget_pass_through ( System asyncResult ) : ManagementSNMPConfigurationPassThroughInformation[]
asyncResult System
Résultat ManagementSNMPConfigurationPassThroughInformation[]
        public ManagementSNMPConfigurationPassThroughInformation[] Endget_pass_through(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((ManagementSNMPConfigurationPassThroughInformation [])(results[0]));
        }
ManagementSNMPConfiguration