IDeploymentResourceCollection.Remove Method

Definition

Overloads

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

Remove()

public:
 void Remove();
public void Remove ();
abstract member Remove : unit -> unit
Public Sub Remove ()

Applies to

Remove(ICollection<IDeploymentResource>)

public:
 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
Public Sub Remove (resources As ICollection(Of IDeploymentResource))

Parameters

Applies to

Remove(String, String)

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

Parameters

resourceType
String
luid
String

Applies to