RoleSearch() private méthode

private RoleSearch ( string term, Action callback, string typeName ) : void
term string
callback Action
typeName string
Résultat void
 public void RoleSearchCommand(string term, Action <EntityCollection> callback)
 {
     // Get the possible roles
     ObservableConnection.RoleSearch(term, callback, SelectedConnection.GetValue().Record2Id.LogicalName);
 }