Inheritance: PlayFab.SharedModels.PlayFabResultCommon
示例#1
0
 private void WriteEventCallback(WriteEventResponse result)
 {
     // There's nothing else useful to test about this right now
     ((UUnitTestContext)result.CustomData).EndTest(UUnitFinishState.PASSED, null);
 }
 private void WriteEventCallback(WriteEventResponse result)
 {
     lastReceivedMessage = "WriteEvent posted successfully.";
 }