Click to Rate and Give Feedback
MSDN
MSDN Library
BizTalk Server
BizTalk Server 2004
SDK
 Capabilities Enumeration

  Switch on low bandwidth view
Microsoft BizTalk Server 2004
Capabilities Enumeration

Denotes the adapter features.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual Basic]
<Flags>
<Serializable>
<ComVisible(True)>
Public Enum Capabilities
[C#]
[Flags]
[Serializable]
[ComVisible(true)]
public enum Capabilities
[C++]
[Flags]
[Serializable]
[ComVisible(true)]
__value public enum Capabilities
[JScript]
public
   Flags
   Serializable
   ComVisible(true)
enum Capabilities

Members

Member name Value Description
ApplicationProtocol 16 Indicates an application adapter (currently not used).
DeleteProtected 32 Indicates that the adapter is delete protected.
InitInboundProtocolContext 2048 Indicates that the adapter uses adapter framework user interface for receive handler configuration.
InitOutboundProtocolContext 1024 Indicates that the adapter uses the adapter framework user interface for send handler configuration.
InitReceiveLocationContext 4096 Indicates that the adapter uses adapter framework user interface for receive location configuration.
InitTransmitLocationContext 8192 Indicates that the adapter uses adapter framework user interface for send port configuration.
InitTransmitterOnServiceStart 32768 Indicates that the send adapter should be created upon service startup as opposed to the default lazy creation whereby the adapter is created just before the first message is delivered to it.
ReceiveIsCreatable 8 Indicates whether BizTalk service is responsible for creating the receive adapter.
RequireSingleInstance 4 Requires a single instance per server.
StaticHandlers 64 Indicates that one receive and send handler are mapped to the same application; handlers cannot be reassigned to different hosts.
SupportsOrderedDelivery 16384 Indicates that the adapter supports ordered delivery of messages.
SupportsReceive 1 Indicates a receive adapter.
SupportsRequestResponse 128 Indicates whether the receive adapter supports request-response message exchanges.
SupportsSend 2 Indicates a send adapter.
SupportsSoap 512 Indicates a SOAP adapter.
SupportsSolicitResponse 256 Indicates whether the send adapter supports solicit-response message exchanges.

Requirements

Namespace: Microsoft.BizTalk.ExplorerOM

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003

Assembly: BizTalk Explorer Object Model (in Microsoft.Biztalk.ExplorerOM.dll)

See Also

Microsoft.BizTalk.ExplorerOM Namespace

To download updated BizTalk Server 2004 Help from www.microsoft.com, go to http://go.microsoft.com/fwlink/?linkid=20616.

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker