Remove Method

Summary
Removes the specified DelegatedServer.
Syntax
C#
C++/CLI
Python
public bool Remove( 
   DelegatedServer item 
) 
public: 
bool Remove(  
   DelegatedServer^ item 
)  
def Remove(self,item): 

Parameters

item
DelegatedServer to remove.

Return Value

true if DelegatedServer has been successfully removed; otherwise, false. This method also returns false if a DelegatedServer was not found in the collection.

Remarks

The method determines equality using the default System.Object.Equals(System.Object).

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.