C# Class Microsoft.Protocols.TestSuites.MS_ADMINS.AdminSoap

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
AdminSoap ( )
BeginCreateSite ( string Url, string Title, string Description, int Lcid, bool LcidSpecified, string WebTemplate, string OwnerLogin, string OwnerName, string OwnerEmail, string PortalUrl, string PortalName, System callback, object asyncState ) : System.IAsyncResult
BeginDeleteSite ( string Url, System callback, object asyncState ) : System.IAsyncResult
BeginGetLanguages ( System callback, object asyncState ) : System.IAsyncResult
BeginRefreshConfigCache ( System VirtualServerId, bool AdminGroupChanged, System callback, object asyncState ) : System.IAsyncResult
CancelAsync ( object userState ) : void
CreateSiteAsync ( string Url, string Title, string Description, int Lcid, bool LcidSpecified, string WebTemplate, string OwnerLogin, string OwnerName, string OwnerEmail, string PortalUrl, string PortalName ) : void
CreateSiteAsync ( string Url, string Title, string Description, int Lcid, bool LcidSpecified, string WebTemplate, string OwnerLogin, string OwnerName, string OwnerEmail, string PortalUrl, string PortalName, object userState ) : void
DeleteSiteAsync ( string Url ) : void
DeleteSiteAsync ( string Url, object userState ) : void
EndCreateSite ( System asyncResult ) : string
EndDeleteSite ( System asyncResult ) : void
EndGetLanguages ( System asyncResult ) : GetLanguagesResponseGetLanguagesResult
EndRefreshConfigCache ( System asyncResult ) : void
GetLanguagesAsync ( ) : void
GetLanguagesAsync ( object userState ) : void
RefreshConfigCacheAsync ( System VirtualServerId, bool AdminGroupChanged ) : void
RefreshConfigCacheAsync ( System VirtualServerId, bool AdminGroupChanged, object userState ) : void

Private Methods

Méthode Description
CreateSite ( string Url, string Title, string Description, int Lcid, [ LcidSpecified, string WebTemplate, string OwnerLogin, string OwnerName, string OwnerEmail, string PortalUrl, string PortalName ) : string
DeleteSite ( string Url ) : void
GetLanguages ( ) : GetLanguagesResponseGetLanguagesResult
OnCreateSiteOperationCompleted ( object arg ) : void
OnDeleteSiteOperationCompleted ( object arg ) : void
OnGetLanguagesOperationCompleted ( object arg ) : void
OnRefreshConfigCacheOperationCompleted ( object arg ) : void
RefreshConfigCache ( System VirtualServerId, bool AdminGroupChanged ) : void

Method Details

AdminSoap() public méthode

public AdminSoap ( )

BeginCreateSite() public méthode

public BeginCreateSite ( string Url, string Title, string Description, int Lcid, bool LcidSpecified, string WebTemplate, string OwnerLogin, string OwnerName, string OwnerEmail, string PortalUrl, string PortalName, System callback, object asyncState ) : System.IAsyncResult
Url string
Title string
Description string
Lcid int
LcidSpecified bool
WebTemplate string
OwnerLogin string
OwnerName string
OwnerEmail string
PortalUrl string
PortalName string
callback System
asyncState object
Résultat System.IAsyncResult

BeginDeleteSite() public méthode

public BeginDeleteSite ( string Url, System callback, object asyncState ) : System.IAsyncResult
Url string
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetLanguages() public méthode

public BeginGetLanguages ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

BeginRefreshConfigCache() public méthode

public BeginRefreshConfigCache ( System VirtualServerId, bool AdminGroupChanged, System callback, object asyncState ) : System.IAsyncResult
VirtualServerId System
AdminGroupChanged bool
callback System
asyncState object
Résultat System.IAsyncResult

CancelAsync() public méthode

public CancelAsync ( object userState ) : void
userState object
Résultat void

CreateSiteAsync() public méthode

public CreateSiteAsync ( string Url, string Title, string Description, int Lcid, bool LcidSpecified, string WebTemplate, string OwnerLogin, string OwnerName, string OwnerEmail, string PortalUrl, string PortalName ) : void
Url string
Title string
Description string
Lcid int
LcidSpecified bool
WebTemplate string
OwnerLogin string
OwnerName string
OwnerEmail string
PortalUrl string
PortalName string
Résultat void

CreateSiteAsync() public méthode

public CreateSiteAsync ( string Url, string Title, string Description, int Lcid, bool LcidSpecified, string WebTemplate, string OwnerLogin, string OwnerName, string OwnerEmail, string PortalUrl, string PortalName, object userState ) : void
Url string
Title string
Description string
Lcid int
LcidSpecified bool
WebTemplate string
OwnerLogin string
OwnerName string
OwnerEmail string
PortalUrl string
PortalName string
userState object
Résultat void

DeleteSiteAsync() public méthode

public DeleteSiteAsync ( string Url ) : void
Url string
Résultat void

DeleteSiteAsync() public méthode

public DeleteSiteAsync ( string Url, object userState ) : void
Url string
userState object
Résultat void

EndCreateSite() public méthode

public EndCreateSite ( System asyncResult ) : string
asyncResult System
Résultat string

EndDeleteSite() public méthode

public EndDeleteSite ( System asyncResult ) : void
asyncResult System
Résultat void

EndGetLanguages() public méthode

public EndGetLanguages ( System asyncResult ) : GetLanguagesResponseGetLanguagesResult
asyncResult System
Résultat GetLanguagesResponseGetLanguagesResult

EndRefreshConfigCache() public méthode

public EndRefreshConfigCache ( System asyncResult ) : void
asyncResult System
Résultat void

GetLanguagesAsync() public méthode

public GetLanguagesAsync ( ) : void
Résultat void

GetLanguagesAsync() public méthode

public GetLanguagesAsync ( object userState ) : void
userState object
Résultat void

RefreshConfigCacheAsync() public méthode

public RefreshConfigCacheAsync ( System VirtualServerId, bool AdminGroupChanged ) : void
VirtualServerId System
AdminGroupChanged bool
Résultat void

RefreshConfigCacheAsync() public méthode

public RefreshConfigCacheAsync ( System VirtualServerId, bool AdminGroupChanged, object userState ) : void
VirtualServerId System
AdminGroupChanged bool
userState object
Résultat void