iControl.NetworkingProfileVXLAN.Beginset_encapsulation_type C# (CSharp) Method

Beginset_encapsulation_type() public method

public Beginset_encapsulation_type ( string profile_names, NetworkingProfileVXLANProfileVXLANEncapsulationType encapsulation_types, System callback, object asyncState ) : System.IAsyncResult
profile_names string
encapsulation_types NetworkingProfileVXLANProfileVXLANEncapsulationType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_encapsulation_type(string [] profile_names,NetworkingProfileVXLANProfileVXLANEncapsulationType [] encapsulation_types, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_encapsulation_type", new object[] {
            profile_names,
            encapsulation_types}, callback, asyncState);
        }