iControl.NetworkingRouterAdvertisement.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string ras, string vlans, System callback, object asyncState ) : System.IAsyncResult
ras string
vlans string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string [] ras,string [] vlans, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            ras,
            vlans}, callback, asyncState);
        }
NetworkingRouterAdvertisement