void clientSession_NCreateResponse(object sender, NCreateResponseEventArgs e) { e.Handled = true; _status = e.Status; if (null != e.ResponseDataset && null != _response) { _response.Copy(e.ResponseDataset, null, null); } }
void clientSession_NCreateResponse(object sender, NCreateResponseEventArgs e) { e.Handled = true; _status = e; }