CoreHostingExtensions.EnableDirectClient Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
EnableDirectClient(ISiloBuilder) |
Устаревшие..
Обеспечивает поддержку взаимодействия со средой выполнения из внешнего контекста. Например, вне контекста зерна. |
EnableDirectClient(ISiloHostBuilder) |
Устаревшие..
Обеспечивает поддержку взаимодействия со средой выполнения из внешнего контекста. Например, вне контекста зерна. |
EnableDirectClient(ISiloBuilder)
- Исходный код:
- CoreHostingExtensions.cs
Внимание!
This method is no longer necessary and will be removed in a future release.
Обеспечивает поддержку взаимодействия со средой выполнения из внешнего контекста. Например, вне контекста зерна.
[System.Obsolete("This method is no longer necessary and will be removed in a future release.")]
public static Orleans.Hosting.ISiloBuilder EnableDirectClient (this Orleans.Hosting.ISiloBuilder builder);
[<System.Obsolete("This method is no longer necessary and will be removed in a future release.")>]
static member EnableDirectClient : Orleans.Hosting.ISiloBuilder -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function EnableDirectClient (builder As ISiloBuilder) As ISiloBuilder
Параметры
- builder
- ISiloBuilder
Возвращаемое значение
- Атрибуты
Применяется к
EnableDirectClient(ISiloHostBuilder)
- Исходный код:
- CoreHostingExtensions.cs
Внимание!
This method is no longer necessary and will be removed in a future release.
Обеспечивает поддержку взаимодействия со средой выполнения из внешнего контекста. Например, вне контекста зерна.
[System.Obsolete("This method is no longer necessary and will be removed in a future release.")]
public static Orleans.Hosting.ISiloHostBuilder EnableDirectClient (this Orleans.Hosting.ISiloHostBuilder builder);
[<System.Obsolete("This method is no longer necessary and will be removed in a future release.")>]
static member EnableDirectClient : Orleans.Hosting.ISiloHostBuilder -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function EnableDirectClient (builder As ISiloHostBuilder) As ISiloHostBuilder
Параметры
- builder
- ISiloHostBuilder
Возвращаемое значение
- Атрибуты