Click or drag to resize

ServiceBusSecurityPolicyGetResourceName Method

Gets the name of resource being accessed.

Namespace: GSF.ServiceBus
Assembly: GSF.ServiceBus (in GSF.ServiceBus.dll) Version: 2.4.181-beta
Syntax
protected override string GetResourceName()
View Source

Return Value

String
Message.Name property value for Publish(Message) operations, otherwise Action property value for all other operations.
See Also