Creates a new
ContinuationContext from an existing one so that
the execution can be resumed.
If the existing continuation context couldn't be found, no new one
can be created. However, if it could be found, the result of
ContinuationConfigRuntime.cloneContinuations will determine
whether the existing continuation context will be cloned to create
the new one, or if its state will be reused.
The new continuation context will have its own unique ID.
Parameters: id - the ID of the existing continuation context the new ContinuationContext ; or null if the existing continuation context couldn't be found throws: CloneNotSupportedException - since: 1.6 |