CallSiteOps.CreateMatchmaker<T>(CallSite<T>) Metoda

Definicja

Przestroga

do not use this method

Tworzy wystąpienie dynamicznej witryny wywołania używanej do wyszukiwania w pamięci podręcznej.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

public:
generic <typename T>
 where T : class static System::Runtime::CompilerServices::CallSite<T> ^ CreateMatchmaker(System::Runtime::CompilerServices::CallSite<T> ^ site);
[System.Obsolete("do not use this method", true)]
public static System.Runtime.CompilerServices.CallSite<T> CreateMatchmaker<T> (System.Runtime.CompilerServices.CallSite<T> site) where T : class;
[<System.Obsolete("do not use this method", true)>]
static member CreateMatchmaker : System.Runtime.CompilerServices.CallSite<'T (requires 'T : null)> -> System.Runtime.CompilerServices.CallSite<'T (requires 'T : null)> (requires 'T : null)
Public Shared Function CreateMatchmaker(Of T As Class) (site As CallSite(Of T)) As CallSite(Of T)

Parametry typu

T

Typ delegata obiektu CallSite.

Parametry

site
CallSite<T>

Wystąpienie dynamicznej lokacji wywołań.

Zwraca

Nowa witryna połączenia.

Atrybuty

Dotyczy