iControl.NetworkingProfileGRE.Endget_encapsulation C# (CSharp) Method

Endget_encapsulation() public method

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