InputHapticsManager.TryGetForThread(UInt32) Method

Definition

Retrieves the InputHapticsManager for the specified thread, if one exists.

public:
 static InputHapticsManager ^ TryGetForThread(unsigned int ThreadId);
 static InputHapticsManager TryGetForThread(uint32_t const& ThreadId);
public static InputHapticsManager TryGetForThread(uint ThreadId);
function tryGetForThread(ThreadId)
Public Shared Function TryGetForThread (ThreadId As UInteger) As InputHapticsManager

Parameters

ThreadId
UInt32

unsigned int

uint32_t

The ID of the thread.

Returns

The InputHapticsManager for the specified thread, or null if one does not exist.

Applies to

See also