Listening Property

If True, connects to the Azure Relay Service and listens for incoming connections.

Object Oriented Interface

public function getListening();
public function setListening($value);

Procedural Interface

ipworksmq_azurerelayreceiver_get($res, 31 );
ipworksmq_azurerelayreceiver_set($res, 31, $value );

Default Value

false

Remarks

This setting controls whether the class accepts incoming connections. When set to True the class will connect to the Azure Service and begin listening for incoming connections. The following properties are applicable when calling this method:

This property is not available at design time.

Data Type

Boolean

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