Click or drag to resize

BaseJobExecutorProfileCopyFrom Method

[Missing <summary> documentation for "M:RAYLASE.Marker.Job.Executor.BaseJobExecutorProfile.CopyFrom(RAYLASE.Marker.Job.Executor.BaseJobExecutorProfile,System.Boolean)"]


Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.34.0
Syntax
C#
public BaseJobExecutorProfile CopyFrom(
	BaseJobExecutorProfile source,
	bool keepThreadWaitsReference = false
)

Parameters

source  BaseJobExecutorProfile

[Missing <param name="source"/> documentation for "M:RAYLASE.Marker.Job.Executor.BaseJobExecutorProfile.CopyFrom(RAYLASE.Marker.Job.Executor.BaseJobExecutorProfile,System.Boolean)"]

keepThreadWaitsReference  Boolean  (Optional)

[Missing <param name="keepThreadWaitsReference"/> documentation for "M:RAYLASE.Marker.Job.Executor.BaseJobExecutorProfile.CopyFrom(RAYLASE.Marker.Job.Executor.BaseJobExecutorProfile,System.Boolean)"]

Return Value

BaseJobExecutorProfile

[Missing <returns> documentation for "M:RAYLASE.Marker.Job.Executor.BaseJobExecutorProfile.CopyFrom(RAYLASE.Marker.Job.Executor.BaseJobExecutorProfile,System.Boolean)"]

See Also