Click or drag to resize

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
)

Parameters

value
Type: SystemObject
Value to test

Return Value

Type: Boolean
True if the type is not supported. Otherwise, true
See Also