IPhoneSystemTryGetByIDT Method

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
bool TryGetByID<T>(
	int id,
	out T snapshot
)
where T : class, IOMSnapshot

Parameters

id  Int32
 
snapshot  T
 

Type Parameters

T

Return Value

Boolean

See Also