iControl.NetworkingProfileGRE.Beginset_encapsulation C# (CSharp) Method

Beginset_encapsulation() public method

public Beginset_encapsulation ( string profile_names, NetworkingProfileGREProfileGREEncapsulationType encapsulations, System callback, object asyncState ) : System.IAsyncResult
profile_names string
encapsulations NetworkingProfileGREProfileGREEncapsulationType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_encapsulation(string [] profile_names,NetworkingProfileGREProfileGREEncapsulationType [] encapsulations, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_encapsulation", new object[] {
            profile_names,
            encapsulations}, callback, asyncState);
        }