Click or drag to resize

PFItemPageHubSubscribeToItem Method

The current user subscribes to this hub (for a given item), allowing broadcasting.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public void SubscribeToItem(
	string itemGuid,
	string requestGuid
)

Parameters

itemGuid
Type: SystemString
The item guid.
requestGuid
Type: SystemString
The request guid.
See Also