Click or drag to resize

SingletonManagerPrintWaitedFor Method

Periodically log to the console while we wait for a service ot be ready

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static void PrintWaitedFor(
	float startedWaitingInSeconds,
	ref int lastPrintout,
	string formatString
)

Parameters

startedWaitingInSeconds
Type: SystemSingle
lastPrintout
Type: SystemInt32
formatString
Type: SystemString
See Also