function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VijoVijo 

future method attributes, like callout and limits

Would love any help in writing how to include 2 parameters in the future annotation. For example, say I would what to allow a callout, and set higher limits, i would suppose I should be writing,
@future(callout = true, limits='2xHeap') 
but this does not work !. Any help is appreciated