Microsoft.Protocols.TestSuites.MS_SITESS.SitesSoap.BeginCreateWeb C# (CSharp) Method

BeginCreateWeb() public method

public BeginCreateWeb ( string url, string title, string description, string templateName, uint language, bool languageSpecified, uint locale, bool localeSpecified, uint collationLocale, bool collationLocaleSpecified, bool uniquePermissions, bool uniquePermissionsSpecified, bool anonymous, bool anonymousSpecified, bool presence, bool presenceSpecified, System callback, object asyncState ) : System.IAsyncResult
url string
title string
description string
templateName string
language uint
languageSpecified bool
locale uint
localeSpecified bool
collationLocale uint
collationLocaleSpecified bool
uniquePermissions bool
uniquePermissionsSpecified bool
anonymous bool
anonymousSpecified bool
presence bool
presenceSpecified bool
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginCreateWeb(
                    string url, 
                    string title, 
                    string description, 
                    string templateName, 
                    uint language, 
                    bool languageSpecified, 
                    uint locale, 
                    bool localeSpecified, 
                    uint collationLocale, 
                    bool collationLocaleSpecified, 
                    bool uniquePermissions, 
                    bool uniquePermissionsSpecified, 
                    bool anonymous, 
                    bool anonymousSpecified, 
                    bool presence, 
                    bool presenceSpecified, 
                    System.AsyncCallback callback, 
                    object asyncState) {
            return this.BeginInvoke("CreateWeb", new object[] {
                        url,
                        title,
                        description,
                        templateName,
                        language,
                        languageSpecified,
                        locale,
                        localeSpecified,
                        collationLocale,
                        collationLocaleSpecified,
                        uniquePermissions,
                        uniquePermissionsSpecified,
                        anonymous,
                        anonymousSpecified,
                        presence,
                        presenceSpecified}, callback, asyncState);
        }