public method ResilienceBuilder.copyFrom

Overview

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

Declaration

function copyFrom(resilience)
public void copyFrom(IResilience resilience);
public void copyFrom(IResilience resilience);

Parameters

Name Description
resilience Defines properties and methods related to resilience in software applications

Details

Declared in ResilienceBuilder