SocketActivityContext(IBuffer) Constructor
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.
Constructs a new SocketActivityContext object with given context data.
public:
SocketActivityContext(IBuffer ^ data);
SocketActivityContext(IBuffer const& data);
public SocketActivityContext(IBuffer data);
function SocketActivityContext(data)
Public Sub New (data As IBuffer)
Parameters
- data
- IBuffer
Context data to be used when the socket broker notifies the app of socket activity.