summaryrefslogtreecommitdiff
path: root/external/rx/Rx/NET/Test/Rx/packages/Rx-Remoting.2.0.21030/lib/Net45/System.Reactive.Runtime.Remoting.XML
diff options
context:
space:
mode:
Diffstat (limited to 'external/rx/Rx/NET/Test/Rx/packages/Rx-Remoting.2.0.21030/lib/Net45/System.Reactive.Runtime.Remoting.XML')
-rw-r--r--external/rx/Rx/NET/Test/Rx/packages/Rx-Remoting.2.0.21030/lib/Net45/System.Reactive.Runtime.Remoting.XML51
1 files changed, 0 insertions, 51 deletions
diff --git a/external/rx/Rx/NET/Test/Rx/packages/Rx-Remoting.2.0.21030/lib/Net45/System.Reactive.Runtime.Remoting.XML b/external/rx/Rx/NET/Test/Rx/packages/Rx-Remoting.2.0.21030/lib/Net45/System.Reactive.Runtime.Remoting.XML
deleted file mode 100644
index ab73580f59..0000000000
--- a/external/rx/Rx/NET/Test/Rx/packages/Rx-Remoting.2.0.21030/lib/Net45/System.Reactive.Runtime.Remoting.XML
+++ /dev/null
@@ -1,51 +0,0 @@
-<?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>