iControl.NetworkingProfileVXLAN.Endget_encapsulation_type C# (CSharp) Method

Endget_encapsulation_type() public method

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