ResourceCollection.Remove Method

Definition

Overloads

Remove()
Remove(IDeploymentResource)
Remove(ICollection<IDeploymentResource>)
Remove(String, String)

Remove()

public:
 virtual void Remove();
public void Remove ();
abstract member Remove : unit -> unit
override this.Remove : unit -> unit
Public Sub Remove ()

Implements

Applies to

Remove(IDeploymentResource)

Important

This API is not CLS-compliant.

public:
 virtual bool Remove(Microsoft::BizTalk::ApplicationDeployment::IDeploymentResource ^ resource);
[System.CLSCompliant(false)]
public bool Remove (Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource resource);
abstract member Remove : Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource -> bool
override this.Remove : Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource -> bool
Public Function Remove (resource As IDeploymentResource) As Boolean

Parameters

Returns

Boolean

Implements

Attributes

Applies to

Remove(ICollection<IDeploymentResource>)

public:
 virtual void Remove(System::Collections::Generic::ICollection<Microsoft::BizTalk::ApplicationDeployment::IDeploymentResource ^> ^ resources);
public void Remove (System.Collections.Generic.ICollection<Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource> resources);
abstract member Remove : System.Collections.Generic.ICollection<Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource> -> unit
override this.Remove : System.Collections.Generic.ICollection<Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource> -> unit
Public Sub Remove (resources As ICollection(Of IDeploymentResource))

Parameters

Implements

Applies to

Remove(String, String)

public:
 virtual void Remove(System::String ^ resourceType, System::String ^ luid);
public void Remove (string resourceType, string luid);
abstract member Remove : string * string -> unit
override this.Remove : string * string -> unit
Public Sub Remove (resourceType As String, luid As String)

Parameters

resourceType
String
luid
String

Implements

Applies to