Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Marain
UserNotifications
ApiDeliveryChannel
Host
Startup
C# 클래스 Marain.UserNotifications.ApiDeliveryChannel.Host.Startup
Startup code for the management host.
상속:
FunctionsStartup
파일 보기
프로젝트 열기: marain-dotnet/Marain.UserNotifications
공개 메소드들
메소드
설명
Configure
(
IFunctionsHostBuilder
builder
) :
void
Configures the function host.
메소드 상세
Configure()
공개
메소드
Configures the function host.
public
Configure
(
IFunctionsHostBuilder
builder
) :
void
builder
IFunctionsHostBuilder
The functions host builder.
리턴
void