BatchErrorMessages.BatchClientIsClosed Property

Definition

Looks up a localized string similar to An attempt was made to use an instance of BatchClient that is in the closed state. No further calls to the Batch Service can be made with that instance. This can happen if the instance was explicitly closed or if the BatchClient.Dispose() method was called..

public static string BatchClientIsClosed { get; }
static member BatchClientIsClosed : string
Public Shared ReadOnly Property BatchClientIsClosed As String

Property Value

Applies to