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.InterfacesAssembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)