IRunningTaskFormsService.Remove(String, IContext) Method

Definition

Removes the first occurrence of a specific object from the collection.

public:
 bool Remove(System::String ^ taskFormMoniker, Microsoft::SqlServer::Management::Data::IContext ^ context);
public bool Remove (string taskFormMoniker, Microsoft.SqlServer.Management.Data.IContext context);
abstract member Remove : string * Microsoft.SqlServer.Management.Data.IContext -> bool
Public Function Remove (taskFormMoniker As String, context As IContext) As Boolean

Parameters

taskFormMoniker
String

The current moniker of the dialog box to be opened.

context
IContext

The node where the click occurred.

Returns

true if item was successfully removed from the collection; otherwise, false.

Applies to