Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULSyncResult class

StreamErrorCode property Next Page

StreamErrorContext property


Returns the basic network operation being performed when the stream error occurred.

Syntax

Visual Basic

Public Readonly Property StreamErrorContext As ULStreamErrorContext

C#

public ULStreamErrorContext StreamErrorContext {get;}

Property value

One of the ULStreamErrorContext values denoting which basic network operation was being performed when the stream error occurred.

See also