ProtocolProvider.GetSiteTaskList(String, ICollection<String>) Method

Definition

When overridden in a derived class, returns the list of task items to be added to the task list on the Sites page when a specific site is selected.

public:
 abstract Microsoft::Web::Management::Client::TaskList ^ GetSiteTaskList(System::String ^ siteName, System::Collections::Generic::ICollection<System::String ^> ^ bindingProtocols);
public abstract Microsoft.Web.Management.Client.TaskList GetSiteTaskList (string siteName, System.Collections.Generic.ICollection<string> bindingProtocols);
abstract member GetSiteTaskList : string * System.Collections.Generic.ICollection<string> -> Microsoft.Web.Management.Client.TaskList
Public MustOverride Function GetSiteTaskList (siteName As String, bindingProtocols As ICollection(Of String)) As TaskList

Parameters

siteName
String

The target site.

bindingProtocols
ICollection<String>

The collection of binding protocols.

Returns

The list of task items to be added to the TaskList object on the Sites page when a specific site is selected.

Applies to