GlobalConfiguration.RegisterGrainService Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public void RegisterGrainService (string serviceName, string serviceType, System.Collections.Generic.IDictionary<string,string> properties = default);
member this.RegisterGrainService : string * string * System.Collections.Generic.IDictionary<string, string> -> unit
Public Sub RegisterGrainService (serviceName As String, serviceType As String, Optional properties As IDictionary(Of String, String) = Nothing)
Parametri
- serviceName
- String
- serviceType
- String
- properties
- IDictionary<String,String>