Property | Type | Description | |
---|---|---|---|
FederatedIndexUrls | IEnumerable |
Method | Description | |
---|---|---|
AddFederation ( string server ) : void | ||
AddFederation ( string server, string assemblyListFile ) : void | ||
Federation ( ) : System | ||
Federation ( IEnumerable |
||
GetExternalAssemblyIndex ( string assemblyName ) : int | ||
GetServers ( ) : IEnumerable |
Method | Description | |
---|---|---|
GetAssemblyNames ( string assemblyList ) : HashSet |
||
GetAssemblyUrl ( string server ) : string |
public AddFederation ( string server ) : void | ||
server | string | |
return | void |
public AddFederation ( string server, string assemblyListFile ) : void | ||
server | string | |
assemblyListFile | string | |
return | void |
public Federation ( IEnumerable |
||
servers | IEnumerable |
|
return | System |
public GetExternalAssemblyIndex ( string assemblyName ) : int | ||
assemblyName | string | |
return | int |