Declaration Syntax
C# | Visual Basic |
public class SafeProxy
Public Class SafeProxy
Members
All Members | Constructors | Methods | |||
|
|
|
Icon | Member | Description |
---|---|---|
SafeProxy()()() |
Initializes a new instance of the SafeProxy class
|
|
DoAction<(Of <(T>)>)(T, Action<(Of <(T>)>)) |
Perform action without closing it. This is for long running client proxies.
|
|
DoActionAndClose<(Of <(T>)>)(T, Action<(Of <(T>)>)) |
Used in environments where WCF proxies are created and closed all the time.
In case something goes wrong it aborts (immediately closes) the communications.
|
|
Equals(Object) | (Inherited from Object.) |
|
Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
SafeProxy |