public Task<AssociateLunCmdResponse> AssociateLunAsync(AssociateLunRequest request) => _proxy.RequestAsync<AssociateLunCmdResponse>(request);
Esempio n. 2
0
 public Task <AssociateLunCmdResponse> AssociateLunAsync(AssociateLunRequest request) => _proxy.RequestAsync <AssociateLunCmdResponse>(request);
 public AssociateLunCmdResponse AssociateLun(AssociateLunRequest request) => _proxy.Request<AssociateLunCmdResponse>(request);
Esempio n. 4
0
 public AssociateLunCmdResponse AssociateLun(AssociateLunRequest request) => _proxy.Request <AssociateLunCmdResponse>(request);