The Add Method includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
- item
- DelegatedServer to be added.
| Visual Basic (Declaration) | |
|---|---|
Public Overridable Sub Add( _ ByVal item As DelegatedServer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DelegatedServersCollection Dim item As DelegatedServer instance.Add(item) | |
| C# | |
|---|---|
public virtual void Add( DelegatedServer item ) | |
| C++/CLI | |
|---|---|
public: virtual void Add( DelegatedServer^ item ) | |
Parameters
- item
- DelegatedServer to be added.
For an example, refer to DelegatedServer.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code