Click or drag to resize

ServerClientModelFindSender Method

Finds a sender by its ID.

Namespace: Demo3D.MultiModel.Server
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public SenderDescription? FindSender(
	Guid id
)

Parameters

id  Guid
The ID of the sender.

Return Value

SenderDescription
The sender with the specified ID, or null if not found.
See Also