iControl.NetworkingProfileVXLAN.Endget_encapsulation_type C# (CSharp) Méthode

Endget_encapsulation_type() public méthode

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