iControl.NetworkingProfileWCCPGRE.Endget_egress_forwarding C# (CSharp) Method

Endget_egress_forwarding() public method

public Endget_egress_forwarding ( System asyncResult ) : iControl.NetworkingProfileWCCPGREProfileWCCPGREForwarding[]
asyncResult System
return iControl.NetworkingProfileWCCPGREProfileWCCPGREForwarding[]
        public NetworkingProfileWCCPGREProfileWCCPGREForwarding[] Endget_egress_forwarding(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingProfileWCCPGREProfileWCCPGREForwarding [])(results[0]));
        }