ConnectableObservable<T>.Connect Method

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
Public Function Connect As IDisposable
public IDisposable Connect()
public:
virtual IDisposable^ Connect() sealed
abstract Connect : unit -> IDisposable  
override Connect : unit -> IDisposable

Return Value

Type: System.IDisposable

Implements

IConnectableObservable<T>.Connect()

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

ConnectableObservable<T> Class

Microsoft.Phone.Reactive Namespace