Finding
In the Linxter API there are three methods available to you for finding program instances:
- FindProgramInstances — Retreives a collection of ProgramInstanceInfo descriptors for program instances based on the specified keyword and the find type.
- FindProgramInstancesMatchingAll — Retreives a collection of ProgramInstanceInfo descriptors for program instances based on matching all of a set of find type / keyword pairs. This method applies "AND" logic to the find type / keyword pairs in the provided list to only return information on instances that match all of the provided search criteria.
- FindProgramInstancesMatchingAny — Retreives a collection of ProgramInstanceInfo descriptors for program instances based on matching any of a set of find type / keyword pairs. This method applies "OR" logic to the find type / keyword pairs in the provided list to only return information on instances that match at least one of the provided search criteria.
When finding instances, there are several find types available to you:
- All
- ByProgramInstanceId
- ByProgramId
- ByProgramName
- ByProgramDescription
- ByProgramInstanceAlias
Creating
There is a method called CreateRequest which you use to create the communication channel request.
Security
Note: Program instances with security restrictions in place can only be found and receive requests from authorized program instances.