C# 클래스 Terrarium.Services.Species.SpeciesService

상속: System.Web.Services.Protocols.SoapHttpClientProtocol
파일 보기 프로젝트 열기: eugeniomiro/Terrarium 1 사용 예제들

공개 메소드들

메소드 설명
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 ( )

비공개 메소드들

메소드 설명
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[]

메소드 상세

AddAsync() 공개 메소드

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
email string
assemblyFullName string
assemblyCode byte
리턴 void

AddAsync() 공개 메소드

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
email string
assemblyFullName string
assemblyCode byte
userState object
리턴 void

BeginAdd() 공개 메소드

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
email string
assemblyFullName string
assemblyCode byte
callback System
asyncState object
리턴 System.IAsyncResult

BeginGetAllSpecies() 공개 메소드

public BeginGetAllSpecies ( string version, string filter, System callback, object asyncState ) : System.IAsyncResult
version string
filter string
callback System
asyncState object
리턴 System.IAsyncResult

BeginGetBlacklistedSpecies() 공개 메소드

public BeginGetBlacklistedSpecies ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

BeginGetExtinctSpecies() 공개 메소드

public BeginGetExtinctSpecies ( string version, string filter, System callback, object asyncState ) : System.IAsyncResult
version string
filter string
callback System
asyncState object
리턴 System.IAsyncResult

BeginGetSpeciesAssembly() 공개 메소드

public BeginGetSpeciesAssembly ( string name, string version, System callback, object asyncState ) : System.IAsyncResult
name string
version string
callback System
asyncState object
리턴 System.IAsyncResult

BeginReintroduceSpecies() 공개 메소드

public BeginReintroduceSpecies ( string name, string version, System peerGuid, System callback, object asyncState ) : System.IAsyncResult
name string
version string
peerGuid System
callback System
asyncState object
리턴 System.IAsyncResult

CancelAsync() 공개 메소드

public CancelAsync ( object userState ) : void
userState object
리턴 void

EndAdd() 공개 메소드

public EndAdd ( System asyncResult ) : SpeciesServiceStatus
asyncResult System
리턴 SpeciesServiceStatus

EndGetAllSpecies() 공개 메소드

public EndGetAllSpecies ( System asyncResult ) : System.Data.DataSet
asyncResult System
리턴 System.Data.DataSet

EndGetBlacklistedSpecies() 공개 메소드

public EndGetBlacklistedSpecies ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

EndGetExtinctSpecies() 공개 메소드

public EndGetExtinctSpecies ( System asyncResult ) : System.Data.DataSet
asyncResult System
리턴 System.Data.DataSet

EndGetSpeciesAssembly() 공개 메소드

public EndGetSpeciesAssembly ( System asyncResult ) : byte[]
asyncResult System
리턴 byte[]

EndReintroduceSpecies() 공개 메소드

public EndReintroduceSpecies ( System asyncResult ) : byte[]
asyncResult System
리턴 byte[]

GetAllSpeciesAsync() 공개 메소드

public GetAllSpeciesAsync ( string version, string filter ) : void
version string
filter string
리턴 void

GetAllSpeciesAsync() 공개 메소드

public GetAllSpeciesAsync ( string version, string filter, object userState ) : void
version string
filter string
userState object
리턴 void

GetBlacklistedSpeciesAsync() 공개 메소드

public GetBlacklistedSpeciesAsync ( ) : void
리턴 void

GetBlacklistedSpeciesAsync() 공개 메소드

public GetBlacklistedSpeciesAsync ( object userState ) : void
userState object
리턴 void

GetExtinctSpeciesAsync() 공개 메소드

public GetExtinctSpeciesAsync ( string version, string filter ) : void
version string
filter string
리턴 void

GetExtinctSpeciesAsync() 공개 메소드

public GetExtinctSpeciesAsync ( string version, string filter, object userState ) : void
version string
filter string
userState object
리턴 void

GetSpeciesAssemblyAsync() 공개 메소드

public GetSpeciesAssemblyAsync ( string name, string version ) : void
name string
version string
리턴 void

GetSpeciesAssemblyAsync() 공개 메소드

public GetSpeciesAssemblyAsync ( string name, string version, object userState ) : void
name string
version string
userState object
리턴 void

ReintroduceSpeciesAsync() 공개 메소드

public ReintroduceSpeciesAsync ( string name, string version, System peerGuid ) : void
name string
version string
peerGuid System
리턴 void

ReintroduceSpeciesAsync() 공개 메소드

public ReintroduceSpeciesAsync ( string name, string version, System peerGuid, object userState ) : void
name string
version string
peerGuid System
userState object
리턴 void

SpeciesService() 공개 메소드

public SpeciesService ( )