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

Initializes a new instance of the StoreInfo with the specified map message

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

Syntax

protected StoreInfo(
	MapMessage msg
)
Protected Sub New ( _
	msg As MapMessage _
)
protected:
StoreInfo(
	MapMessage^ msg
)

Parameters

msg
Type: MapMessage

See Also