|   | IAdapterExtensionsTemporalConstraintIsDefined Method | 
        
        
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic static bool TemporalConstraintIsDefined(
	this IAdapter adapter
)
<ExtensionAttribute>
Public Shared Function TemporalConstraintIsDefined ( 
	adapter As IAdapter
) As Boolean
public:
[ExtensionAttribute]
static bool TemporalConstraintIsDefined(
	IAdapter^ adapter
)
[<ExtensionAttribute>]
static member TemporalConstraintIsDefined : 
        adapter : IAdapter -> bool GSF.TimeSeries.Adapters.IAdapterExtensions.TemporalConstraintIsDefined = function(adapter);
Parameters
- adapter  IAdapter
- IAdapter instance to test.
Return Value
Booleantrue if 
IAdapter has a temporal constraint defined.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type 
IAdapter. When you use instance method syntax to call this method, omit the first parameter. For more information, see 
Extension Methods (Visual Basic) or 
Extension Methods (C# Programming Guide).
 See Also
See Also