Click or drag to resize

P4ServerMTgetServerForThread Method

Create/retrieve a P4Server for a different thread

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public P4Server getServerForThread(
	int threadId
)

Parameters

threadId
Type: SystemInt32
Managed thread ID of the other thread

Return Value

Type: P4Server
P4Server connection
See Also