Event Handler Template
This sample ships with a Visual Studio template that can be used to write event handlers. |
Beep Event Handler
This sample shows you how to create a custom event handler and add it to an RFID process pipeline. |
Duplicate Tag Elimination
This sample eliminates duplicates from TagReadEvents and TagListEvents. |
BRE Event Handler
This sample demonstrates how to invoke a Business Rule Engine (BRE) policy by using the RuleEnginePolicyExecutor event handler in an RFID process. |
Event Cycle Event Handler
This sample has an RFID process with an event handler that collects a set of TagReadEvents in an event cycle. Within the event cycle, duplicates are automatically filtered. |
Consume WCF Service
This sample posts a TagReadEvent as a message to a Windows Communication Foundation (WCF) service. |
Using BizTalk SQL Adapter in Receive-only Scenario
The BizTalk orchestration in this sample receives tag data from the RFIDsink database by executing the GetAndDeleteEventsForBizTalk stored procedure. |
Using BizTalk SQL Adapter in Request-Response Scenario
The BizTalk orchestration in this sample sends a request to execute the GetTagReadEventsWithTimeFilter stored procedure. |
Using Web Service Proxies Exposed by BizTalk RFID
This sample demonstrates how to use the Web service proxies exposed by the Microsoft.Rfid.ManagementWebServiceProxies assembly that ships with BizTalk RFID. |
Using WCF Service Exposed by a BizTalk Orchestration
This sample demonstrates how to expose a BizTalk orchestration as a WCF service, and how to consume the WCF service from a BizTalk RFID process. |
Provider Template
This sample ships with a Visual Studio template that can be used to write Device Service Provider Interface (DSPI) for device providers. |
Import Export Rule Store
This sample allows you to import Business Rule Engine (BRE) policies and vocabularies from an XML file into the Rule Engine database, and to export policies and vocabularies from the Rule Engine database to an XML file. |
Synchronous Commands
This sample issues a set of commands to BizTalk RFID from a Windows Forms application by using the object model (OM) exposed by BizTalk RFID. |