MessageQueueFactoryIsNotSupportedByRabbitmqClient Method |
Verify if a type is not supported by RabbitmqClient library
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax public static bool IsNotSupportedByRabbitmqClient(
Object value
)
Public Shared Function IsNotSupportedByRabbitmqClient (
value As Object
) As Boolean
public:
static bool IsNotSupportedByRabbitmqClient(
Object^ value
)
Parameters
- value
- Type: SystemObject
Value to test
Return Value
Type:
BooleanTrue if the type is not supported. Otherwise, true
See Also