Share via


IPlatformInformation.GetWorkerRuntimeType Method

Definition

Determine the underlying worker runtime.

public Microsoft.Azure.WebJobs.Extensions.DurableTask.WorkerRuntimeType GetWorkerRuntimeType ();
abstract member GetWorkerRuntimeType : unit -> Microsoft.Azure.WebJobs.Extensions.DurableTask.WorkerRuntimeType
Public Function GetWorkerRuntimeType () As WorkerRuntimeType

Returns

A WorkerRuntimeType enum.

Applies to