AzureRelayProxyConnectionUserData Property

The UserData property holds connection specific user specified data.

Object Oriented Interface

public function getAzureRelayProxyConnectionUserData($connectionid);
public function setAzureRelayProxyConnectionUserData($connectionid, $value);

Procedural Interface

ipworksmq_azurerelayproxy_get($res, 12 , $connectionid);
ipworksmq_azurerelayproxy_set($res, 12, $value , $connectionid);

Default Value

''

Remarks

The AzureRelayProxyConnectionUserData property holds connection specific user specified data.

User specified data may be set or retrieved at any point while the connection is valid. This provides a simple way to associate arbitrary data with a specific connection.

The $connectionid parameter specifies the index of the item in the array. The size of the array is controlled by the AzureRelayProxyConnectionCount property.

This property is not available at design time.

Data Type

Binary String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 PHP Edition - Version 20.0 [Build 8155]