Description
-
Removes all services from the collection.
Return Type
-
None
Syntax
-
object.RemoveAll
The RemoveAll Method syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPServices. |
Remarks
-
RemoveAll method will delete all the service
objects from the services collection. After calling
this method, services collection will be empty. If you
wish to add new services, you should use Add method.
|