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 » ULSyncParms class

SendDownloadAck property Next Page

Stream property


Specifies the MobiLink synchronization stream to use for synchronization.

Syntax

Visual Basic

Public Property Stream As ULStreamType

C#

public ULStreamType Stream {get;set;}

Property value

One of the ULStreamType values specifying the type of synchronization stream to use. The default is ULStreamType.TCPIP.

Remarks

Most synchronization streams require parameters to identify the MobiLink server address and control other behavior. These parameters are supplied by ULSyncParms.StreamParms.

If the stream type is set to a value that is invalid for the platform, the stream type is set to ULStreamType.TCPIP.

See also