Re: Asynchronous Custom Adapters
- From: "Tomas Restrepo \(MVP\)" <tomasr@xxxxxxxx>
- Date: Tue, 12 Jul 2005 18:47:24 -0500
Craig,
>I am developing a custom adapter and I was wondering if BizTalk supports an
> Asynchronous API for custom adapters that uses the standard Begin/Send
> mechanism?
BizTalk has a fairly extensive API for adapter development, which includes
support for both sinchronous and asynchronous adapters. The exact
implementation will depend on what your adapter does and whether this is a
send or receive side adapter. Check out the section in the documentation
called "About Adapter Run Time Development" for more details on these APIs
and how to implement each one.
That said, in some cases your adapter will want to use the .NET framework
facilities for async behavior. The BizTalk APIs basically deal with enabling
the adapter to work in an async manner *with respect to the BizTalk
Runtime*, but only that... if you need other async aspects (such as in
regard to internal implementation details or protocol details), then you'll
need to use the .NET runtime facilities for that.
--
Tomas Restrepo
tomasr@xxxxxxxx
http://www.winterdom.com/
.
- References:
- Asynchronous Custom Adapters
- From: Craig Neuwirt
- Asynchronous Custom Adapters
- Prev by Date: Re: Deploy Problems
- Next by Date: Re: XSLT 2.0, XPath 2.0
- Previous by thread: Asynchronous Custom Adapters
- Next by thread: Changed machine name
- Index(es):
Relevant Pages
|