iControl.ManagementSNMPConfiguration.Endget_pass_through C# (CSharp) Method

Endget_pass_through() public method

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