Welcome to mirror list, hosted at ThFree Co, Russian Federation.

System.Reactive.Runtime.Remoting.XML « Net40 « lib « Rx-Remoting.2.0.21030 « packages « Rx « Test « NET « Rx - github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab73580f59f4eea745eac492825189b39f70e264 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>System.Reactive.Runtime.Remoting</name>
    </assembly>
    <members>
        <member name="T:System.Reactive.Linq.RemotingObservable">
            <summary>
            Provides a set of static methods for exposing observable sequences through .NET Remoting.
            </summary>
        </member>
        <member name="M:System.Reactive.Linq.RemotingObservable.Remotable``1(System.IObservable{``0})">
            <summary>
            Makes an observable sequence remotable, using an infinite lease for the <see cref="T:System.MarshalByRefObject"/> wrapping the source.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <returns>The observable sequence that supports remote subscriptions.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.RemotingObservable.Remotable``1(System.IObservable{``0},System.Runtime.Remoting.Lifetime.ILease)">
            <summary>
            Makes an observable sequence remotable, using a controllable lease for the <see cref="T:System.MarshalByRefObject"/> wrapping the source.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="lease">Lease object to control lifetime of the remotable sequence. Notice null is a supported value.</param>
            <returns>The observable sequence that supports remote subscriptions.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.RemotingObservable.Remotable``1(System.Reactive.Linq.IQbservable{``0})">
            <summary>
            Makes an observable sequence remotable, using an infinite lease for the <see cref="T:System.MarshalByRefObject"/> wrapping the source.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <returns>The observable sequence that supports remote subscriptions.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
        <member name="M:System.Reactive.Linq.RemotingObservable.Remotable``1(System.Reactive.Linq.IQbservable{``0},System.Runtime.Remoting.Lifetime.ILease)">
            <summary>
            Makes an observable sequence remotable, using a controllable lease for the <see cref="T:System.MarshalByRefObject"/> wrapping the source.
            </summary>
            <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
            <param name="source">Source sequence.</param>
            <param name="lease">Lease object to control lifetime of the remotable sequence. Notice null is a supported value.</param>
            <returns>The observable sequence that supports remote subscriptions.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="source"/> is null.</exception>
        </member>
    </members>
</doc>