UseServiceDelegate<T> Delegate

Relativity Services API
This delegate describes the method on the interface to be called.

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public delegate void UseServiceDelegate<T>(
	T proxy
)

Parameters

proxy
Type: T
This is the method.

Type Parameters

T
This is the type of the interface
See Also

Reference