Remove Method

Summary

Removes the specified DelegatedServer.

Syntax
C#
VB
C++
public bool Remove( 
   DelegatedServer item 
) 
  
Public Function Remove( _ 
   ByVal item As DelegatedServer _ 
) As Boolean 
public: 
bool Remove(  
   DelegatedServer^ 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly