Microsoft.BizTalk.ExplorerO ...


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 nameValueDescription
ApplicationProtocol16Indicates an application adapter (currently not used).
DeleteProtected32Indicates that the adapter is delete protected.
InitInboundProtocolContext2048Indicates that the adapter uses adapter framework user interface for receive handler configuration.
InitOutboundProtocolContext1024Indicates that the adapter uses the adapter framework user interface for send handler configuration.
InitReceiveLocationContext4096Indicates that the adapter uses adapter framework user interface for receive location configuration.
InitTransmitLocationContext8192Indicates that the adapter uses adapter framework user interface for send port configuration.
InitTransmitterOnServiceStart32768Indicates 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.
ReceiveIsCreatable8Indicates whether BizTalk service is responsible for creating the receive adapter.
RequireSingleInstance4Requires a single instance per server.
StaticHandlers64Indicates that one receive and send handler are mapped to the same application; handlers cannot be reassigned to different hosts.
SupportsOrderedDelivery16384Indicates that the adapter supports ordered delivery of messages.
SupportsReceive1Indicates a receive adapter.
SupportsRequestResponse128Indicates whether the receive adapter supports request-response message exchanges.
SupportsSend2Indicates a send adapter.
SupportsSoap512Indicates a SOAP adapter.
SupportsSolicitResponse256Indicates 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.

Copyright © 2004 Microsoft Corporation.
All rights reserved.
Page view tracker