Click or drag to resize
IStorageConnectionAnnounceServer Method

[Missing <summary> documentation for "M:Hangfire.Storage.IStorageConnection.AnnounceServer(System.String,Hangfire.Server.ServerContext)"]

Namespace: Hangfire.Storage
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
void AnnounceServer(
	string serverId,
	ServerContext context
)

Parameters

serverId
Type: SystemString

[Missing <param name="serverId"/> documentation for "M:Hangfire.Storage.IStorageConnection.AnnounceServer(System.String,Hangfire.Server.ServerContext)"]

context
Type: Hangfire.ServerServerContext

[Missing <param name="context"/> documentation for "M:Hangfire.Storage.IStorageConnection.AnnounceServer(System.String,Hangfire.Server.ServerContext)"]

See Also