https://github.com/citrix/citrixdirector-pluginsample
This repository contains the sample code to build Citrix Director Backend Plugins
https://github.com/citrix/citrixdirector-pluginsample
Last synced: 5 months ago
JSON representation
This repository contains the sample code to build Citrix Director Backend Plugins
- Host: GitHub
- URL: https://github.com/citrix/citrixdirector-pluginsample
- Owner: citrix
- License: other
- Created: 2016-01-24T08:09:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T04:35:05.000Z (about 10 years ago)
- Last Synced: 2025-01-27T06:43:16.878Z (about 1 year ago)
- Language: C#
- Size: 2.15 MB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CitrixDirector-PluginSample
This repository contains the sample code to build Citrix Director Backend Plugins
Requirements :
In order to develop the Plugin we need three DDLs.BrokerConnector,Common and webservice. We find these DDls in Director\bin folder.
This should be referenced from Visual studio project.
More information on Citrix Director PLugin model can be found on https://www.citrix.com/blogs/2016/01/07/citrix-director-plugin-model/