Method | Description | |
---|---|---|
AddAsync ( string name, string version, string type, string author, string email, string assemblyFullName, byte assemblyCode ) : void | ||
AddAsync ( string name, string version, string type, string author, string email, string assemblyFullName, byte assemblyCode, object userState ) : void | ||
BeginAdd ( string name, string version, string type, string author, string email, string assemblyFullName, byte assemblyCode, System callback, object asyncState ) : System.IAsyncResult | ||
BeginGetAllSpecies ( string version, string filter, System callback, object asyncState ) : System.IAsyncResult | ||
BeginGetBlacklistedSpecies ( System callback, object asyncState ) : System.IAsyncResult | ||
BeginGetExtinctSpecies ( string version, string filter, System callback, object asyncState ) : System.IAsyncResult | ||
BeginGetSpeciesAssembly ( string name, string version, System callback, object asyncState ) : System.IAsyncResult | ||
BeginReintroduceSpecies ( string name, string version, System peerGuid, System callback, object asyncState ) : System.IAsyncResult | ||
CancelAsync ( object userState ) : void | ||
EndAdd ( System asyncResult ) : SpeciesServiceStatus | ||
EndGetAllSpecies ( System asyncResult ) : System.Data.DataSet | ||
EndGetBlacklistedSpecies ( System asyncResult ) : string[] | ||
EndGetExtinctSpecies ( System asyncResult ) : System.Data.DataSet | ||
EndGetSpeciesAssembly ( System asyncResult ) : byte[] | ||
EndReintroduceSpecies ( System asyncResult ) : byte[] | ||
GetAllSpeciesAsync ( string version, string filter ) : void | ||
GetAllSpeciesAsync ( string version, string filter, object userState ) : void | ||
GetBlacklistedSpeciesAsync ( ) : void | ||
GetBlacklistedSpeciesAsync ( object userState ) : void | ||
GetExtinctSpeciesAsync ( string version, string filter ) : void | ||
GetExtinctSpeciesAsync ( string version, string filter, object userState ) : void | ||
GetSpeciesAssemblyAsync ( string name, string version ) : void | ||
GetSpeciesAssemblyAsync ( string name, string version, object userState ) : void | ||
ReintroduceSpeciesAsync ( string name, string version, System peerGuid ) : void | ||
ReintroduceSpeciesAsync ( string name, string version, System peerGuid, object userState ) : void | ||
SpeciesService ( ) |
Method | Description | |
---|---|---|
Add ( string name, string version, string type, string author, string email, string assemblyFullName, [ DataType = "base64Binary")]byte[]assemblyCode ) : SpeciesServiceStatus | ||
GetAllSpecies ( string version, string filter ) : System.Data.DataSet | ||
GetBlacklistedSpecies ( ) : string[] | ||
GetExtinctSpecies ( string version, string filter ) : System.Data.DataSet | ||
GetSpeciesAssembly ( string name, string version ) : byte[] | ||
IsLocalFileSystemWebService ( string url ) : bool | ||
OnAddOperationCompleted ( object arg ) : void | ||
OnGetAllSpeciesOperationCompleted ( object arg ) : void | ||
OnGetBlacklistedSpeciesOperationCompleted ( object arg ) : void | ||
OnGetExtinctSpeciesOperationCompleted ( object arg ) : void | ||
OnGetSpeciesAssemblyOperationCompleted ( object arg ) : void | ||
OnReintroduceSpeciesOperationCompleted ( object arg ) : void | ||
ReintroduceSpecies ( string name, string version, System peerGuid ) : byte[] |
public AddAsync ( string name, string version, string type, string author, string email, string assemblyFullName, byte assemblyCode ) : void | ||
name | string | |
version | string | |
type | string | |
author | string | |
string | ||
assemblyFullName | string | |
assemblyCode | byte | |
return | void |
public AddAsync ( string name, string version, string type, string author, string email, string assemblyFullName, byte assemblyCode, object userState ) : void | ||
name | string | |
version | string | |
type | string | |
author | string | |
string | ||
assemblyFullName | string | |
assemblyCode | byte | |
userState | object | |
return | void |
public BeginAdd ( string name, string version, string type, string author, string email, string assemblyFullName, byte assemblyCode, System callback, object asyncState ) : System.IAsyncResult | ||
name | string | |
version | string | |
type | string | |
author | string | |
string | ||
assemblyFullName | string | |
assemblyCode | byte | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginGetAllSpecies ( string version, string filter, System callback, object asyncState ) : System.IAsyncResult | ||
version | string | |
filter | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginGetBlacklistedSpecies ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginGetExtinctSpecies ( string version, string filter, System callback, object asyncState ) : System.IAsyncResult | ||
version | string | |
filter | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginGetSpeciesAssembly ( string name, string version, System callback, object asyncState ) : System.IAsyncResult | ||
name | string | |
version | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginReintroduceSpecies ( string name, string version, System peerGuid, System callback, object asyncState ) : System.IAsyncResult | ||
name | string | |
version | string | |
peerGuid | System | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public CancelAsync ( object userState ) : void | ||
userState | object | |
return | void |
public EndAdd ( System asyncResult ) : SpeciesServiceStatus | ||
asyncResult | System | |
return | SpeciesServiceStatus |
public EndGetAllSpecies ( System asyncResult ) : System.Data.DataSet | ||
asyncResult | System | |
return | System.Data.DataSet |
public EndGetBlacklistedSpecies ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public EndGetExtinctSpecies ( System asyncResult ) : System.Data.DataSet | ||
asyncResult | System | |
return | System.Data.DataSet |
public EndGetSpeciesAssembly ( System asyncResult ) : byte[] | ||
asyncResult | System | |
return | byte[] |
public EndReintroduceSpecies ( System asyncResult ) : byte[] | ||
asyncResult | System | |
return | byte[] |
public GetAllSpeciesAsync ( string version, string filter ) : void | ||
version | string | |
filter | string | |
return | void |
public GetAllSpeciesAsync ( string version, string filter, object userState ) : void | ||
version | string | |
filter | string | |
userState | object | |
return | void |
public GetBlacklistedSpeciesAsync ( object userState ) : void | ||
userState | object | |
return | void |
public GetExtinctSpeciesAsync ( string version, string filter ) : void | ||
version | string | |
filter | string | |
return | void |
public GetExtinctSpeciesAsync ( string version, string filter, object userState ) : void | ||
version | string | |
filter | string | |
userState | object | |
return | void |
public GetSpeciesAssemblyAsync ( string name, string version ) : void | ||
name | string | |
version | string | |
return | void |
public GetSpeciesAssemblyAsync ( string name, string version, object userState ) : void | ||
name | string | |
version | string | |
userState | object | |
return | void |
public ReintroduceSpeciesAsync ( string name, string version, System peerGuid ) : void | ||
name | string | |
version | string | |
peerGuid | System | |
return | void |
public ReintroduceSpeciesAsync ( string name, string version, System peerGuid, object userState ) : void | ||
name | string | |
version | string | |
peerGuid | System | |
userState | object | |
return | void |