Copies change requests from the passed-in state to this one.

Declaration Syntax

Sub CopyChangeRequests( _
	ByVal state As ProcessingState _
)
void CopyChangeRequests(
	ProcessingState state
);
void CopyChangeRequests(
	ProcessingState state
);
function CopyChangeRequests(
	state : ProcessingState
);

Parameters

state
The state from which change requests will be passed. 

Requirements

Namespace: Eas.WebCrawler.Interfaces
Assembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)

See Also

ProcessingState Interface | ProcessingState Members | Eas.WebCrawler.Interfaces Namespace