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

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
ファイルを表示 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method 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

Method 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 method

public AdminSoap ( )

BeginCreateSite() public method

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
return System.IAsyncResult

BeginDeleteSite() public method

public BeginDeleteSite ( string Url, System callback, object asyncState ) : System.IAsyncResult
Url string
callback System
asyncState object
return System.IAsyncResult

BeginGetLanguages() public method

public BeginGetLanguages ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

BeginRefreshConfigCache() public method

public BeginRefreshConfigCache ( System VirtualServerId, bool AdminGroupChanged, System callback, object asyncState ) : System.IAsyncResult
VirtualServerId System
AdminGroupChanged bool
callback System
asyncState object
return System.IAsyncResult

CancelAsync() public method

public CancelAsync ( object userState ) : void
userState object
return void

CreateSiteAsync() public method

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
return void

CreateSiteAsync() public method

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
return void

DeleteSiteAsync() public method

public DeleteSiteAsync ( string Url ) : void
Url string
return void

DeleteSiteAsync() public method

public DeleteSiteAsync ( string Url, object userState ) : void
Url string
userState object
return void

EndCreateSite() public method

public EndCreateSite ( System asyncResult ) : string
asyncResult System
return string

EndDeleteSite() public method

public EndDeleteSite ( System asyncResult ) : void
asyncResult System
return void

EndGetLanguages() public method

public EndGetLanguages ( System asyncResult ) : GetLanguagesResponseGetLanguagesResult
asyncResult System
return GetLanguagesResponseGetLanguagesResult

EndRefreshConfigCache() public method

public EndRefreshConfigCache ( System asyncResult ) : void
asyncResult System
return void

GetLanguagesAsync() public method

public GetLanguagesAsync ( ) : void
return void

GetLanguagesAsync() public method

public GetLanguagesAsync ( object userState ) : void
userState object
return void

RefreshConfigCacheAsync() public method

public RefreshConfigCacheAsync ( System VirtualServerId, bool AdminGroupChanged ) : void
VirtualServerId System
AdminGroupChanged bool
return void

RefreshConfigCacheAsync() public method

public RefreshConfigCacheAsync ( System VirtualServerId, bool AdminGroupChanged, object userState ) : void
VirtualServerId System
AdminGroupChanged bool
userState object
return void