IFaultUtility.GetBucketParameter(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the value for a particular bucket. Useful to get the values in the callback to see what they were set to
public:
System::String ^ GetBucketParameter(int bucketNumber);
public string GetBucketParameter (int bucketNumber);
abstract member GetBucketParameter : int -> string
Public Function GetBucketParameter (bucketNumber As Integer) As String
Parameters
- bucketNumber
- Int32