public method ResilienceBuilder.copyFrom

Brief

Allows the properties of an existing object to be copied into a new object

Declaration

protojavascriptjavacsharp
public copyFrom(resilience : IResilience) : void

Parameters
resilience

Defines properties and methods related to resilience in software applications

Details

See also: IResilience

Declared in ResilienceBuilder

back