FileServerStatistic.Create (String, String, String, Double, Boolean) Method

Public Shared Function Create( _ 
ByVal name As String, _ 
ByVal internal_name As String, _ 
ByVal category As String, _ 
ByVal value As Double, _ 
ByVal persisted As Boolean
) As FileServerStatistic
This language is not supported or no code example is available.
public static FileServerStatistic Create( 
string name
string internal_name
string category
double value
bool persisted 
)
This language is not supported or no code example is available.
public:  
static FileServerStatistic^ Create( 
String^ name
String^ internal_name
String^ category
double value
bool persisted 
)
This language is not supported or no code example is available.
public static function Create( 
name : String
internal_name : String
category : String
value : double
persisted : boolean 
) : FileServerStatistic;
This language is not supported or no code example is available.

Parameters

name
string

internal_name
string

category
string

value
double

persisted
bool

Return Value

FileServerStatistic

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition