←Select platform

Remove Method

Summary

Removes the specified DelegatedServer.

Syntax

C#
VB
C++
public bool Remove( 
   DelegatedServer item 
) 
  
Public Function Remove( _ 
   ByVal item As Leadtools.Jpip.Server.DelegatedServer _ 
) As Boolean 
public: 
bool Remove(  
   Leadtools.Jpip.Server.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly