Responder Developer Guide
TryGetValue Method (ScadaEventMap<T>)


Syntax
'Declaration
 
Public Function TryGetValue( _
   ByVal key As T, _
   ByRef value As EventType _
) As Boolean
'Usage
 
Dim instance As ScadaEventMap(Of T)
Dim key As T
Dim value As EventType
Dim value As Boolean
 
value = instance.TryGetValue(key, value)
public bool TryGetValue( 
   T key,
   out EventType value
)

Parameters

key
value
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ScadaEventMap<T> Class
ScadaEventMap<T> Members

 

 


Send Comment