Partager via


D3DImage.TryLock(Duration) Méthode

Définition

Tente de verrouiller le D3DImage et attend pendant la durée spécifiée.

public:
 bool TryLock(System::Windows::Duration timeout);
public bool TryLock (System.Windows.Duration timeout);
member this.TryLock : System.Windows.Duration -> bool
Public Function TryLock (timeout As Duration) As Boolean

Paramètres

timeout
Duration

Durée d'attente avant l'acquisition du verrou.

Retours

true si le verrou a été acquis ; sinon, false.

Exceptions

timeout est défini sur Automatic.

Le nombre de verrous est égal à UInt32.MaxValue.

S’applique à

Voir aussi