ArcObjects Library Reference (Carto)  

IRealTimeFeed.Start Method

Starts the real-time feed. If failed and sets error information in 'ConnectionError'.

[Visual Basic .NET]
Public Sub Start ( _
)
[C#]
public void Start (
);
[C++]
HRESULT Start(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRealTimeFeed Interface