Back to product page

RemoveAll method


Removes all services from the collection.

Syntax

  • Basic
object.RemoveAll()
The RemoveAll(object) syntax has these parts:
objectAn 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.

Platforms

Windows