Click or drag to resize
IStorageConnectionRemoveServer Method

[Missing <summary> documentation for "M:Hangfire.Storage.IStorageConnection.RemoveServer(System.String)"]

Namespace: Hangfire.Storage
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
void RemoveServer(
	string serverId
)

Parameters

serverId
Type: SystemString

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

See Also