C# Class CallResponseQueue, CodeSpells

Mostrar archivo Open project: srfoster/CodeSpells Class Usage Examples

Public Methods

Method Description
add ( CallResponse, call ) : void
crLength ( ) : int
hasCallOnClient ( NetworkStream client_stream ) : bool
notEmpty ( ) : bool
remove ( ) : CallResponse,

Method Details

add() public method

public add ( CallResponse, call ) : void
call CallResponse,
return void

crLength() public method

public crLength ( ) : int
return int

hasCallOnClient() public method

public hasCallOnClient ( NetworkStream client_stream ) : bool
client_stream NetworkStream
return bool

notEmpty() public method

public notEmpty ( ) : bool
return bool

remove() public method

public remove ( ) : CallResponse,
return CallResponse,