Click or drag to resize

webRequestBlockexecuteBlock Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Pokreze izvrsavanje bloka

Namespace:  imbACE.Network.web.request
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public webResultBlock executeBlock(
	webLoaderSettings settings,
	executionSyncMode __syncMode,
	webRequestBlockEvent __onFinished = null,
	webRequestBlockEvent __onAborted = null,
	webRequestBlockEvent __onProgress = null
)
Request Example View Source

Parameters

settings
Type: imbACE.Network.web.corewebLoaderSettings
Podesavanja webLoader-a
__syncMode
Type: imbACE.Network.web.enumsexecutionSyncMode
mod sinhronizacije
__onFinished (Optional)
Type: imbACE.Network.web.eventswebRequestBlockEvent
__onAborted (Optional)
Type: imbACE.Network.web.eventswebRequestBlockEvent
__onProgress (Optional)
Type: imbACE.Network.web.eventswebRequestBlockEvent

Return Value

Type: webResultBlock
Referencu prema webResultBlock-u
See Also