iControl.SystemVCMP.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string guests, string hostnames, string images, CommonIPNetmask addresses, string gateways, string vlans, System callback, object asyncState ) : System.IAsyncResult
guests string
hostnames string
images string
addresses CommonIPNetmask
gateways string
vlans string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string [] guests,string [] hostnames,string [] images,CommonIPNetmask [] addresses,string [] gateways,string [] [] vlans, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            guests,
            hostnames,
            images,
            addresses,
            gateways,
            vlans}, callback, asyncState);
        }
SystemVCMP