[TIBCO.EMS .NET Admin client library 6.3 documentation]

Initializes a new instance of the StoreInfo with the specified map message and store type

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

[ObsoleteAttribute("Use StoreInfo(MapMessage msg) instead")]
protected StoreInfo(
	MapMessage msg,
	Store type
)
<ObsoleteAttribute("Use StoreInfo(MapMessage msg) instead")> _
Protected Sub New ( _
	msg As MapMessage, _
	type As Store _
)
[ObsoleteAttribute(L"Use StoreInfo(MapMessage msg) instead")]
protected:
StoreInfo(
	MapMessage^ msg, 
	Store type
)

Parameters

msg
Type: MapMessage
type
Type: TIBCO.EMS.ADMIN..::.Store

See Also