Show / Hide Table of Contents

Class PushServiceExtensionStartup

Class providing a worker extension startup implementation.

Inheritance
System.Object
Microsoft.Azure.Functions.Worker.Core.WorkerExtensionStartup
PushServiceExtensionStartup
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lib.Azure.Functions.Worker.Extensions.WebPush
Assembly: Lib.Azure.Functions.Worker.Extensions.WebPush.dll
Syntax
public class PushServiceExtensionStartup : WorkerExtensionStartup

Methods

Configure(IFunctionsWorkerApplicationBuilder)

Performs the startup configuration action for Push Service extension.

Declaration
public override void Configure(IFunctionsWorkerApplicationBuilder applicationBuilder)
Parameters
Type Name Description
Microsoft.Azure.Functions.Worker.IFunctionsWorkerApplicationBuilder applicationBuilder

The Microsoft.Azure.Functions.Worker.IFunctionsWorkerApplicationBuilder that can be used to configure the worker extension.

Overrides
Microsoft.Azure.Functions.Worker.Core.WorkerExtensionStartup.Configure(Microsoft.Azure.Functions.Worker.IFunctionsWorkerApplicationBuilder)
Back to top Copyright © 2018 - 2024 Tomasz Pęczek