Click or drag to resize

BackgroundUriRequesterStart Method

Namespace:  CSharpAnalytics.Network
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void Start(
	TimeSpan uploadInterval,
	IEnumerable<Uri> previouslyUnrequested = null
)

Parameters

uploadInterval
Type: SystemTimeSpan
previouslyUnrequested (Optional)
Type: System.Collections.GenericIEnumerableUri
See Also