C# Class bnet.protocol.party.PartyService

Inheritance: pb::IService
ファイルを表示 Open project: fry/d3

Public Methods

Method Description
CallMethod ( global::Google.ProtocolBuffers.Descriptors method, global::Google.ProtocolBuffers controller, global::Google.ProtocolBuffers request, global done ) : void
CreateChannel ( global::Google.ProtocolBuffers controller, global request, global done ) : void
CreateStub ( global::Google.ProtocolBuffers channel ) : Stub
GetChannelInfo ( global::Google.ProtocolBuffers controller, global request, global done ) : void
GetRequestPrototype ( global::Google.ProtocolBuffers.Descriptors method ) : pb::IMessage
GetResponsePrototype ( global::Google.ProtocolBuffers.Descriptors method ) : pb::IMessage
JoinChannel ( global::Google.ProtocolBuffers controller, global request, global done ) : void

Method Details

CallMethod() public method

public CallMethod ( global::Google.ProtocolBuffers.Descriptors method, global::Google.ProtocolBuffers controller, global::Google.ProtocolBuffers request, global done ) : void
method global::Google.ProtocolBuffers.Descriptors
controller global::Google.ProtocolBuffers
request global::Google.ProtocolBuffers
done global
return void

CreateChannel() public abstract method

public abstract CreateChannel ( global::Google.ProtocolBuffers controller, global request, global done ) : void
controller global::Google.ProtocolBuffers
request global
done global
return void

CreateStub() public static method

public static CreateStub ( global::Google.ProtocolBuffers channel ) : Stub
channel global::Google.ProtocolBuffers
return Stub

GetChannelInfo() public abstract method

public abstract GetChannelInfo ( global::Google.ProtocolBuffers controller, global request, global done ) : void
controller global::Google.ProtocolBuffers
request global
done global
return void

GetRequestPrototype() public method

public GetRequestPrototype ( global::Google.ProtocolBuffers.Descriptors method ) : pb::IMessage
method global::Google.ProtocolBuffers.Descriptors
return pb::IMessage

GetResponsePrototype() public method

public GetResponsePrototype ( global::Google.ProtocolBuffers.Descriptors method ) : pb::IMessage
method global::Google.ProtocolBuffers.Descriptors
return pb::IMessage

JoinChannel() public abstract method

public abstract JoinChannel ( global::Google.ProtocolBuffers controller, global request, global done ) : void
controller global::Google.ProtocolBuffers
request global
done global
return void