Visual Basic (Declaration) | |
---|---|
Public Sub GetServiceKeyProperties( _ ByVal onCompleted As Action(Of IDictionary(Of String,Object),Exception) _ ) |
C# | |
---|---|
public void GetServiceKeyProperties( Action<IDictionary<string,object>,Exception> onCompleted ) |
Parameters
- onCompleted
- The method to call when service key properties is retrieved.
Target Platforms:Windows Phone 7