IAppliable<T>.Apply Method

Definition

Execute the update request.

public T Apply ();
abstract member Apply : unit -> 'T
Public Function Apply () As T

Returns

T

the updated resource

Applies to