ArcFM Responder Mobile Developer Guide
ExcludeLatestStopper Method






Syntax
'Declaration
 
Public Sub ExcludeLatestStopper( _
   ByVal elements As System.Collections.Generic.IEnumerable(Of ITracedElement) _
) 
'Usage
 
Dim instance As DeviceStatus
Dim elements As System.Collections.Generic.IEnumerable(Of ITracedElement)
 
instance.ExcludeLatestStopper(elements)
public void ExcludeLatestStopper( 
   System.Collections.Generic.IEnumerable<ITracedElement> elements
)
public procedure ExcludeLatestStopper( 
    elements: System.Collections.Generic.IEnumerable
); 
public function ExcludeLatestStopper( 
   elements : System.Collections.Generic.IEnumerable
);
public: void ExcludeLatestStopper( 
   System.Collections.Generic.IEnumerable<ITracedElement*>* elements
) 
public:
void ExcludeLatestStopper( 
   System.Collections.Generic.IEnumerable<ITracedElement^>^ elements
) 

Parameters

elements
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DeviceStatus Class
DeviceStatus Members

Send Feedback