Beispiel #1
0
 public void SetServiceNodeState(int nodeType, int id, Federal.Storage.ServiceNodeState nodeState, object context)
 {
     Client.StorageProxy.SetServiceNodeStateRequest inValue = new Client.StorageProxy.SetServiceNodeStateRequest();
     inValue.nodeType  = nodeType;
     inValue.id        = id;
     inValue.nodeState = nodeState;
     inValue.context   = context;
     Client.StorageProxy.SetServiceNodeStateResponse retVal = ((Client.StorageProxy.IStorageService)(this)).SetServiceNodeState(inValue);
 }
Beispiel #2
0
 Client.StorageProxy.SetServiceNodeStateResponse Client.StorageProxy.IStorageService.SetServiceNodeState(Client.StorageProxy.SetServiceNodeStateRequest request)
 {
     return(base.Channel.SetServiceNodeState(request));
 }