Samples
The following list contains the names and descriptions of the samples that are posted on the BizTalk Server R2 Code Samples Web site.
| Name | Sample directory name in the package | Description |
|---|---|---|
|
Beep Event Handler |
BeepEH |
The Beep Event Handler sample shows you how to create a custom event handler and add it to an RFID process pipeline. |
|
BRE Event Handler |
BRESample |
The BRE Event Handler sample demonstrates how to invoke a Business Rule Engine (BRE) policy by using the RuleEnginePolicyExecutor event handler in an RFID process. |
|
Provider Template |
ProviderTemplate |
The Provider Template sample ships with a Visual Studio template that can be used to write DSPI device providers. |
|
Consume WCF Service |
WCFEH |
The Consume WCF Service sample posts a TagReadEvent as a message to a TagMonitor Windows Communication Foundation (WCF) service. |
|
Duplicate Elimination |
DupElim |
The Duplicate Elimination sample eliminates duplicates from TagReadEvents and TagListEvents. |
|
Event Handler Template |
EHTemplate |
The Event Handler Template sample ships with a Visual Studio template that can be used to write event handlers. |
|
Event Cycle Event Handler |
EventCycle |
The Event Cycle Event Handler 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. |
|
Import Export Rule Store |
ImportExportRuleStore |
The Import Export Rule Store 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 |
SynchronousCommands |
The Synchronous Commands sample issues a set of commands to BizTalk RFID from a Windows Forms application by using the object model (OM) exposed by BizTalk RFID. |
|
Using SQL Adapter in receive-only scenario |
SimpleReceive |
The BizTalk orchestration in this sample receives tag data from the RFIDsink database by executing the GetAndDeleteEventsForBizTalk stored procedure. |
|
Using SQL Adapter in request-response scenario |
RequestResponseSqlAdapter |
The BizTalk orchestration in this sample sends a request to execute the GetTagReadEventsWithTimeFilter stored procedure. |
|
Using Web service proxies exposed by BizTalk RFID |
ConsumeRfidWS |
The ConsumeRfidWS 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 |
BizTalkWCFEH |
The BizTalkWCFEH sample demonstrates how to expose a BizTalk orchestration as a WCF service, and how to consume the WCF service from a BizTalk RFID process. |