MessagePersistenceManager.Load Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Load(Guid) | |
Load(Guid, IPipelineContext) | |
Load(Guid, SqlConnection) | |
Load(Guid, IPipelineContext, SqlConnection) |
Load(Guid)
public:
static Microsoft::BizTalk::Operations::BizTalkRootMessage ^ Load(Guid contentKey);
public static Microsoft.BizTalk.Operations.BizTalkRootMessage Load (Guid contentKey);
static member Load : Guid -> Microsoft.BizTalk.Operations.BizTalkRootMessage
Public Function Load (contentKey As Guid) As BizTalkRootMessage
Parameters
- contentKey
- Guid
Returns
Applies to
Load(Guid, IPipelineContext)
public:
static Microsoft::BizTalk::Message::Interop::IBaseMessage ^ Load(Guid contentKey, Microsoft::BizTalk::Component::Interop::IPipelineContext ^ context);
public static Microsoft.BizTalk.Message.Interop.IBaseMessage Load (Guid contentKey, Microsoft.BizTalk.Component.Interop.IPipelineContext context);
static member Load : Guid * Microsoft.BizTalk.Component.Interop.IPipelineContext -> Microsoft.BizTalk.Message.Interop.IBaseMessage
Public Function Load (contentKey As Guid, context As IPipelineContext) As IBaseMessage
Parameters
- contentKey
- Guid
- context
- IPipelineContext
Returns
Applies to
Load(Guid, SqlConnection)
public:
static Microsoft::BizTalk::Operations::BizTalkRootMessage ^ Load(Guid contentKey, System::Data::SqlClient::SqlConnection ^ dtaDbConnection);
public static Microsoft.BizTalk.Operations.BizTalkRootMessage Load (Guid contentKey, System.Data.SqlClient.SqlConnection dtaDbConnection);
static member Load : Guid * System.Data.SqlClient.SqlConnection -> Microsoft.BizTalk.Operations.BizTalkRootMessage
Public Function Load (contentKey As Guid, dtaDbConnection As SqlConnection) As BizTalkRootMessage
Parameters
- contentKey
- Guid
- dtaDbConnection
- SqlConnection
Returns
Applies to
Load(Guid, IPipelineContext, SqlConnection)
public:
static Microsoft::BizTalk::Message::Interop::IBaseMessage ^ Load(Guid contentKey, Microsoft::BizTalk::Component::Interop::IPipelineContext ^ context, System::Data::SqlClient::SqlConnection ^ connection);
public static Microsoft.BizTalk.Message.Interop.IBaseMessage Load (Guid contentKey, Microsoft.BizTalk.Component.Interop.IPipelineContext context, System.Data.SqlClient.SqlConnection connection);
static member Load : Guid * Microsoft.BizTalk.Component.Interop.IPipelineContext * System.Data.SqlClient.SqlConnection -> Microsoft.BizTalk.Message.Interop.IBaseMessage
Public Function Load (contentKey As Guid, context As IPipelineContext, connection As SqlConnection) As IBaseMessage
Parameters
- contentKey
- Guid
- context
- IPipelineContext
- connection
- SqlConnection