NamespaceAddress Property

The namespace address of the relay.

Syntax

ANSI (Cross Platform)
char* GetNamespaceAddress();
int SetNamespaceAddress(const char* lpszNamespaceAddress); Unicode (Windows) LPWSTR GetNamespaceAddress();
INT SetNamespaceAddress(LPCWSTR lpszNamespaceAddress);
@property (nonatomic,readwrite,assign,getter=namespaceAddress,setter=setNamespaceAddress:) NSString* namespaceAddress;
- (NSString*)namespaceAddress;
- (void)setNamespaceAddress:(NSString*)newNamespaceAddress;
#define PID_AZURERELAYSENDER_NAMESPACEADDRESS 17

IPWORKSMQ_EXTERNAL void* IPWORKSMQ_CALL IPWorksMQ_AzureRelaySender_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSMQ_EXTERNAL int IPWORKSMQ_CALL IPWorksMQ_AzureRelaySender_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property specifies the full fully qualified domain name of the relay namespace. For instance myrelay.servicebus.windows.net.

Data Type

String

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