Share via


ReceiverEndpoint.Update(IPropertyBag, IPropertyBag, IPropertyBag) Method

Definition

public:
 abstract void Update(Microsoft::BizTalk::Component::Interop::IPropertyBag ^ config, Microsoft::BizTalk::Component::Interop::IPropertyBag ^ bizTalkConfig, Microsoft::BizTalk::Component::Interop::IPropertyBag ^ handlerPropertyBag);
public abstract void Update (Microsoft.BizTalk.Component.Interop.IPropertyBag config, Microsoft.BizTalk.Component.Interop.IPropertyBag bizTalkConfig, Microsoft.BizTalk.Component.Interop.IPropertyBag handlerPropertyBag);
abstract member Update : Microsoft.BizTalk.Component.Interop.IPropertyBag * Microsoft.BizTalk.Component.Interop.IPropertyBag * Microsoft.BizTalk.Component.Interop.IPropertyBag -> unit
Public MustOverride Sub Update (config As IPropertyBag, bizTalkConfig As IPropertyBag, handlerPropertyBag As IPropertyBag)

Parameters

config
IPropertyBag
bizTalkConfig
IPropertyBag
handlerPropertyBag
IPropertyBag

Applies to