Méthode | Description | |
---|---|---|
FacebookBatchParameter ( ) : System.ComponentModel |
Initializes a new instance of the FacebookBatchParameter class.
|
|
FacebookBatchParameter ( Facebook.HttpMethod httpMethod, string path ) : System.ComponentModel |
Initializes a new instance of the FacebookBatchParameter class.
|
|
FacebookBatchParameter ( Facebook.HttpMethod httpMethod, string path, object parameters ) : System.ComponentModel |
Initializes a new instance of the FacebookBatchParameter class.
|
|
FacebookBatchParameter ( string path ) : System.ComponentModel |
Initializes a new instance of the FacebookBatchParameter class.
|
|
FacebookBatchParameter ( string path, object parameters ) : System.ComponentModel |
Initializes a new instance of the FacebookBatchParameter class.
|
public FacebookBatchParameter ( ) : System.ComponentModel | ||
Résultat | System.ComponentModel |
public FacebookBatchParameter ( Facebook.HttpMethod httpMethod, string path ) : System.ComponentModel | ||
httpMethod | Facebook.HttpMethod | /// The http method. /// |
path | string | /// The resource path. /// |
Résultat | System.ComponentModel |
public FacebookBatchParameter ( Facebook.HttpMethod httpMethod, string path, object parameters ) : System.ComponentModel | ||
httpMethod | Facebook.HttpMethod | /// The http method. /// |
path | string | /// The resource path. /// |
parameters | object | /// The parameters. /// |
Résultat | System.ComponentModel |
public FacebookBatchParameter ( string path ) : System.ComponentModel | ||
path | string | /// The resource path. /// |
Résultat | System.ComponentModel |
public FacebookBatchParameter ( string path, object parameters ) : System.ComponentModel | ||
path | string | /// The resource path. /// |
parameters | object | /// The parameters. /// |
Résultat | System.ComponentModel |