iControl.NetworkingTrunk.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string trunks, bool lacp_states, string interfaces, System callback, object asyncState ) : System.IAsyncResult
trunks string
lacp_states bool
interfaces string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string [] trunks,bool [] lacp_states,string [] [] interfaces, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            trunks,
            lacp_states,
            interfaces}, callback, asyncState);
        }
NetworkingTrunk